Skip to content

Commit

Permalink
Use latest C# version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Nov 11, 2020
1 parent d547cdf commit 756680e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Examples/Examples.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net45</TargetFrameworks>
<TargetFrameworks>net5.0;net45</TargetFrameworks>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/dnlib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For better *Windows PDB* writer support, you should add a reference to `Microsof
<AssemblyOriginatorKeyFile>..\dnlib.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>

<LangVersion>8.0</LangVersion>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 756680e

Please sign in to comment.