Skip to content

Commit

Permalink
Publish for win-x64 instead of win7-x64 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWise authored Jun 14, 2020
1 parent f99ab58 commit f39d02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILSpy/ILSpy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TieredCompilation>true</TieredCompilation>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<PreserveCompilationContext>true</PreserveCompilationContext>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
Expand Down

0 comments on commit f39d02f

Please sign in to comment.