1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp2.0 </TargetFramework >
3+ <TargetFramework >netcoreapp2.1 </TargetFramework >
44 <PreserveCompilationContext >true</PreserveCompilationContext >
55 <AssemblyName >tutorial-code</AssemblyName >
66 <OutputType >Exe</OutputType >
1818 <PackageReference Include =" JavascriptEngineSwitcher.ChakraCore.native.osx-x64" Version =" 3.0.1" />
1919 <PackageReference Include =" JavascriptEngineSwitcher.ChakraCore.native.win-x64" Version =" 3.0.1" />
2020 <PackageReference Include =" JavascriptEngineSwitcher.Extensions.MsDependencyInjection" Version =" 3.0.0" />
21- <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.0 .0" />
22- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0 .0" />
23- <PackageReference Include =" Microsoft.AspNetCore.Mvc .Razor.ViewCompilation " Version =" 2.0.0 " PrivateAssets = " All " />
24- <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.0 .0" />
25- <PackageReference Include =" Microsoft.VisualStudio.Web.BrowserLink " Version =" 2.0.0 " />
26- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design " Version =" 2.2.3 " PrivateAssets = " All " />
21+ <PackageReference Include =" Microsoft.AspNetCore" Version =" 2.2 .0" />
22+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.2 .0" />
23+ <PackageReference Include =" Microsoft.NET.Sdk .Razor" Version =" 2.2.0 " />
24+ <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2 .0" />
25+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design " Version =" 2.2.3 " />
26+ <PackageReference Include =" Microsoft.VisualStudio.Web.BrowserLink " Version =" 2.2.0 " />
2727 <PackageReference Include =" React.AspNet" Version =" 4.1.1" />
2828 </ItemGroup >
29- </Project >
29+ </Project >
0 commit comments