Skip to content

Commit 75a6be4

Browse files
committed
[edit] LangVersion set to latest
[del] explicit OutputPath
1 parent 5affbe1 commit 75a6be4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/SampleApps/SampleApp.WindowsServiceHosted/SampleApp.WindowsServiceHosted.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net462</TargetFramework>
4-
<LangVersion>9.0</LangVersion>
4+
<LangVersion>latest</LangVersion>
55
<OutputType>Exe</OutputType>
66
<IsPackable>false</IsPackable>
77

src/Simplify.Web/Simplify.Web.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1;netstandard2.0;net462</TargetFrameworks>
4-
<LangVersion>10.0</LangVersion>
4+
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
66
<WarningsAsErrors>nullable</WarningsAsErrors>
7-
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
87
<EmbedUntrackedSources>true</EmbedUntrackedSources>
98
<IncludeSymbols>true</IncludeSymbols>
109
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)