File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.0 </TargetFramework >
3+ <TargetFramework >netcoreapp3.1 </TargetFramework >
44 <TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
55 <TypeScriptToolsVersion >Latest</TypeScriptToolsVersion >
66 <SpaRoot >ClientApp/</SpaRoot >
77 <DefaultItemExcludes >$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes >
88 </PropertyGroup >
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 3.0 .0" />
10+ <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 3.1 .0" />
1111 <PackageReference Include =" System.Text.Json" Version =" 4.7.0" />
1212 <ProjectReference Include =" ..\..\Simplify.Web\Simplify.Web.csproj" />
1313 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.0 </TargetFramework >
3+ <TargetFramework >netcoreapp3.1 </TargetFramework >
44 <TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
55 <TypeScriptToolsVersion >Latest</TypeScriptToolsVersion >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 3.0 .0" />
8+ <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 3.1 .0" />
99 <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
1010 <ProjectReference Include =" ..\..\Simplify.Web\Simplify.Web.csproj" />
1111 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.0 </TargetFramework >
3+ <TargetFramework >netcoreapp3.1 </TargetFramework >
44 <TypeScriptCompileBlocked >true</TypeScriptCompileBlocked >
55 <TypeScriptToolsVersion >Latest</TypeScriptToolsVersion >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 3.0 .0" />
8+ <PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" Version =" 3.1 .0" />
99 <PackageReference Include =" System.Text.Json" Version =" 4.7.0" />
1010 <ProjectReference Include =" ..\..\Simplify.Web\Simplify.Web.csproj" />
1111 </ItemGroup >
You can’t perform that action at this time.
0 commit comments