File tree Expand file tree Collapse file tree 7 files changed +21
-17
lines changed
BlazingPizza.ComponentsLibrary Expand file tree Collapse file tree 7 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >3.1.4 </AspNetCoreVersion >
4
- <BlazorVersion >3.2.0 </BlazorVersion >
5
- <EntityFrameworkVersion >3.1.4 </EntityFrameworkVersion >
6
- <SystemNetHttpJsonVersion >3.2.0 </SystemNetHttpJsonVersion >
3
+ <AspNetCoreVersion >5.0.0-preview.7.20326.3 </AspNetCoreVersion >
4
+ <BlazorVersion >5.0.0-preview.7.20326.3 </BlazorVersion >
5
+ <EntityFrameworkVersion >5.0.0-preview.7.20326.1 </EntityFrameworkVersion >
6
+ <SystemNetHttpJsonVersion >5.0.0-preview.7.20326.1 </SystemNetHttpJsonVersion >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <RazorLangVersion >3.0</RazorLangVersion >
4
+ <TargetFramework >net5.0</TargetFramework >
6
5
</PropertyGroup >
7
6
8
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1 </TargetFramework >
5
- <LangVersion >7.3</ LangVersion >
6
- <RazorLangVersion >3.0</ RazorLangVersion >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
+ <RuntimeIdentifier >browser-wasm</ RuntimeIdentifier >
6
+ <UseBlazorWebAssembly >true</ UseBlazorWebAssembly >
7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" $(BlazorVersion)" />
11
11
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" $(BlazorVersion)" />
12
- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Build" Version =" $(BlazorVersion)" PrivateAssets =" all" />
13
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" $(AspNetCoreVersion)" />
12
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" $(SystemNetHttpJsonVersion)" />
14
13
<PackageReference Include =" System.Net.Http.Json" Version =" $(SystemNetHttpJsonVersion)" />
15
14
</ItemGroup >
16
15
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1</TargetFramework >
5
- <RazorLangVersion >3.0</RazorLangVersion >
4
+ <TargetFramework >net5.0</TargetFramework >
6
5
</PropertyGroup >
7
6
8
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</TargetFramework >
5
- <LangVersion >7.3</LangVersion >
4
+ <TargetFramework >net5.0</TargetFramework >
6
5
</PropertyGroup >
7
6
8
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.1</TargetFramework >
5
- <LangVersion >7.3</LangVersion >
4
+ <TargetFramework >net5.0</TargetFramework >
6
5
<RootNamespace >BlazingPizza</RootNamespace >
7
6
</PropertyGroup >
8
7
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
5
+ <clear />
6
+ <add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
7
+ <add key =" dotnet5" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
8
+ </packageSources >
9
+ </configuration >
You can’t perform that action at this time.
0 commit comments