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 11<Project >
22 <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 >
77 </PropertyGroup >
88</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0</TargetFramework >
5- <RazorLangVersion >3.0</RazorLangVersion >
4+ <TargetFramework >net5.0</TargetFramework >
65 </PropertyGroup >
76
87 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <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 >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" $(BlazorVersion)" />
1111 <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)" />
1413 <PackageReference Include =" System.Net.Http.Json" Version =" $(SystemNetHttpJsonVersion)" />
1514 </ItemGroup >
1615
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1</TargetFramework >
5- <RazorLangVersion >3.0</RazorLangVersion >
4+ <TargetFramework >net5.0</TargetFramework >
65 </PropertyGroup >
76
87 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1</TargetFramework >
5- <LangVersion >7.3</LangVersion >
4+ <TargetFramework >net5.0</TargetFramework >
65 </PropertyGroup >
76
87 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1</TargetFramework >
5- <LangVersion >7.3</LangVersion >
4+ <TargetFramework >net5.0</TargetFramework >
65 <RootNamespace >BlazingPizza</RootNamespace >
76 </PropertyGroup >
87
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