File tree 2 files changed +2
-3
lines changed
SampleApps/SampleApp.WindowsServiceHosted
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net462</TargetFramework >
4
- <LangVersion >9.0 </LangVersion >
4
+ <LangVersion >latest </LangVersion >
5
5
<OutputType >Exe</OutputType >
6
6
<IsPackable >false</IsPackable >
7
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >net6.0;net5.0;netcoreapp3.1;netstandard2.0;net462</TargetFrameworks >
4
- <LangVersion >10.0 </LangVersion >
4
+ <LangVersion >latest </LangVersion >
5
5
<Nullable >enable</Nullable >
6
6
<WarningsAsErrors >nullable</WarningsAsErrors >
7
- <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
8
7
<EmbedUntrackedSources >true</EmbedUntrackedSources >
9
8
<IncludeSymbols >true</IncludeSymbols >
10
9
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
You can’t perform that action at this time.
0 commit comments