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) {