diff --git a/appveyor.yml b/appveyor.yml index 3827b95..fefd9d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 4.0.0.{build} +version: 5.0.0.{build} os: Visual Studio 2019 environment: ASPNETCORE_ENVIRONMENT: appveyor @@ -7,6 +7,7 @@ environment: init: - git config --global core.autocrlf input + dotnet_csproj: patch: true file: 'build\version.props' diff --git a/build/version.props b/build/version.props index 6664350..c00e1a1 100644 --- a/build/version.props +++ b/build/version.props @@ -1,9 +1,9 @@ - 4.0.0.0 - 4.0.0.0 - 4.0.0.0 - 4.0.0.0 - 4.0.0.0 + 5.0.0.0 + 5.0.0.0 + 5.0.0.0 + 5.0.0.0 + 5.0.0.0 \ No newline at end of file diff --git a/src/DataGenerator/DataGenerator.csproj b/src/DataGenerator/DataGenerator.csproj index c8ece3c..2d98e08 100644 --- a/src/DataGenerator/DataGenerator.csproj +++ b/src/DataGenerator/DataGenerator.csproj @@ -2,19 +2,12 @@ - net40;net45;netstandard1.5;netstandard2.0 + netstandard2.0 1591 - - - - - - - - - + + diff --git a/test/DataGenerator.Tests/DataGenerator.Tests.csproj b/test/DataGenerator.Tests/DataGenerator.Tests.csproj index 880d8eb..2d910fd 100644 --- a/test/DataGenerator.Tests/DataGenerator.Tests.csproj +++ b/test/DataGenerator.Tests/DataGenerator.Tests.csproj @@ -1,8 +1,8 @@  - 4.0.0.0 - netcoreapp2.0;net461 + 5.0.0.0 + netcoreapp2.2 false