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 >
You can’t perform that action at this time.
0 commit comments