From f39d02fa760f219fcb3cd4912d9e84574eb00cb4 Mon Sep 17 00:00:00 2001 From: Austin Wise Date: Sun, 14 Jun 2020 12:23:01 -0700 Subject: [PATCH] Publish for win-x64 instead of win7-x64 (#37) --- ILSpy/ILSpy.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 7baa0e6..ce515b9 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -7,7 +7,7 @@ true true true - win7-x64;linux-x64;osx-x64 + win-x64;linux-x64;osx-x64 true False