Browse Source

Merge pull request #3391 from nil4/master

Enable `<RollForward>major</RollForward>` for `ILSpy.exe`
pull/3403/head
Siegfried Pammer 3 months ago committed by GitHub
parent
commit
4a8c375c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ILSpy/ILSpy.csproj

1
ILSpy/ILSpy.csproj

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<RollForward>major</RollForward>
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>

Loading…
Cancel
Save