Skip to content

Commit 6bbdbfc

Browse files
StevenTCramerattilah
authored andcommitted
Upgrade to Blazor 0.4.0 .net sdk 2.1.0 and fix camelCase issue. (#6)
* This fixes problems for nightly builds due to 0.4.0 camelCase * Update Nuget.config to clear and add all sources * Update packages Update Blazor to 0.4.0 Update Microsoft.Extensions.FileProviders.Embedded to 2.1.0 Update SourceLink to 2.8.2 Update sdk to 2.1.300 Remove Nuget Config (now we are on release not nightly) * Remove GeneratePackageOnBuild to stay consistent with repo * Add space back to csproj * Set csproj back to UTF8 * Set Encoding back to UTF8
1 parent a024c6a commit 6bbdbfc

File tree

8 files changed

+394
-394
lines changed

8 files changed

+394
-394
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.300-rc1-008673"
3+
"version": "2.1.300"
44
}
55
}

src/Blazor.Extensions.Logging.JS/Blazor.Extensions.Logging.JS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.0.1" />
20-
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.3.0" />
19+
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.1.0" />
20+
<PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="0.4.0" />
2121
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)