Skip to content

Commit

Permalink
[edit] LangVersion set to latest
Browse files Browse the repository at this point in the history
[del] explicit OutputPath
  • Loading branch information
i4004 committed May 17, 2022
1 parent 5affbe1 commit 75a6be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<LangVersion>9.0</LangVersion>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>

Expand Down
3 changes: 1 addition & 2 deletions src/Simplify.Web/Simplify.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1;netstandard2.0;net462</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 75a6be4

Please sign in to comment.