File tree Expand file tree Collapse file tree
SampleApps/SampleApp.WindowsServiceHosted Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net462</TargetFrameworks >
4- <LangVersion >8 .0</LangVersion >
4+ <LangVersion >9 .0</LangVersion >
55 <Authors >Alexander Krylkov</Authors >
66 <Product >Simplify</Product >
77 <Description >Simplify.Web as windows service sample app</Description >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
4- <LangVersion >8 .0</LangVersion >
4+ <LangVersion >9 .0</LangVersion >
55 <Nullable >enable</Nullable >
66 <WarningsAsErrors >nullable</WarningsAsErrors >
77 <Version >2.1.2</Version >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netcoreapp3.1;netstandard2.0;net462</TargetFrameworks >
4- <LangVersion >8 .0</LangVersion >
4+ <LangVersion >9 .0</LangVersion >
55 <Nullable >enable</Nullable >
66 <WarningsAsErrors >nullable</WarningsAsErrors >
77 <EmbedUntrackedSources >true</EmbedUntrackedSources >
3939 <PackageReference Include =" Simplify.DI" Version =" 4.0.10" />
4040 <PackageReference Include =" Simplify.Templates" Version =" 2.0.0" />
4141 <PackageReference Include =" Simplify.String.Sources" Version =" 1.2.1" PrivateAssets =" All" />
42- <PackageReference Include =" Simplify.System.Sources" Version =" 1.3 .0" PrivateAssets =" All" />
42+ <PackageReference Include =" Simplify.System.Sources" Version =" 1.6 .0" PrivateAssets =" All" />
4343 <PackageReference Include =" Simplify.Xml.Sources" Version =" 1.1.2" PrivateAssets =" All" />
4444 </ItemGroup >
4545 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' Or '$(TargetFramework)' == 'netcoreapp3.1' " >
You can’t perform that action at this time.
0 commit comments