From e3954d197bdc39e79f78d02e722cfcd463aba32b Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Tue, 21 Jan 2020 14:00:26 +0100 Subject: [PATCH] Target net461 --- .../XmlSchemaClassGenerator.Console.csproj | 4 ++-- XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj | 2 +- appveyor.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj b/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj index ccb3bbbf..99a4840c 100644 --- a/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj +++ b/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj @@ -24,8 +24,8 @@ - - tools/net45/ + + tools/net461/ true diff --git a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj index 60f0519d..aa86e670 100644 --- a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj +++ b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj @@ -21,7 +21,7 @@ latest - + diff --git a/appveyor.yml b/appveyor.yml index 227b76f7..5904ad71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,12 +12,12 @@ build_script: - dotnet --info - dotnet restore - dotnet build -c Release - - dotnet publish XmlSchemaClassGenerator.Console -c Release -f net45 + - dotnet publish XmlSchemaClassGenerator.Console -c Release -f net461 - dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator - dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator.Console - dotnet pack --include-symbols --include-source -c Release xscgen - dotnet pack --include-symbols --include-source -c Release xscgen-proj - - 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*" + - 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net461\publish\*" test_script: - ps: | if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) {