This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3ebacc
commit 280f9ca
Showing
28 changed files
with
1,015 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
sample/fullstack/BlazorHosted1.Client/BlazorHosted1.Client.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web;Microsoft.NET.Sdk.Razor/2.1.0-preview2-30230"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<OutputType>Exe</OutputType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.0-preview2-30230" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Blazor.Browser" Version="0.1.0" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.1.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\BlazorHosted1.ClientLib\BlazorHosted1.ClientLib.fsproj" /> | ||
<ProjectReference Include="..\BlazorHosted1.Shared\BlazorHosted1.Shared.fsproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
using Microsoft.AspNetCore.Blazor.Browser.Rendering; | ||
using Microsoft.AspNetCore.Blazor.Browser.Services; | ||
using System; | ||
|
||
namespace BlazorHosted1.Client | ||
{ | ||
public class Program | ||
{ | ||
static void Main(string[] args) | ||
{ | ||
var serviceProvider = new BrowserServiceProvider(configure => | ||
{ | ||
// Add any custom services here | ||
}); | ||
|
||
new BrowserRenderer(serviceProvider).AddComponent<App>("app"); | ||
} | ||
} | ||
} |
2 changes: 2 additions & 0 deletions
2
sample/fullstack/BlazorHosted1.Client/wwwroot/css/bootstrap/bootstrap-native.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
sample/fullstack/BlazorHosted1.Client/wwwroot/css/bootstrap/bootstrap.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
sample/fullstack/BlazorHosted1.Client/wwwroot/css/bootstrap/bootstrap.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+19.7 KB
sample/fullstack/BlazorHosted1.Client/wwwroot/css/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
Oops, something went wrong.