From 3b7b31222cdba9df29c92a12595b23f08ba812bb Mon Sep 17 00:00:00 2001 From: Pauli Jokela Date: Mon, 4 Dec 2017 10:53:55 +0200 Subject: [PATCH] Updated to .NET Standard 2.0.0 --- .travis.yml | 2 +- Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj | 3 +-- Didstopia.PDFSharp.sln | 2 +- Didstopia.PDFSharp/Didstopia.PDFSharp.csproj | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 414d902..8e10006 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: csharp mono: none # Install .NET Core 2.0 -dotnet: 2.0.0-preview2-006497 +dotnet: 2.0.0 # Run Ubuntu Trusty dist: trusty diff --git a/Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj b/Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj index ebe1e91..27652d5 100644 --- a/Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj +++ b/Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj @@ -2,8 +2,7 @@ netcoreapp2.0 - 2.0.0-preview2-25407-01 - 1.0.0-beta3 + 1.0.0-beta4 A .NET Standard 2.0 library for reading, writing and editing PDF files. This is a modified fork based on several OSS projects. For more information see the license. diff --git a/Didstopia.PDFSharp.sln b/Didstopia.PDFSharp.sln index fccd287..7998ea7 100644 --- a/Didstopia.PDFSharp.sln +++ b/Didstopia.PDFSharp.sln @@ -76,6 +76,6 @@ Global EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution description = @A .NET Standard 2.0 library for reading, writing and editing PDF files.\r\n\r\nThis is a modified fork based on several OSS projects. For more information see the license. - version = 1.0.0-beta3 + version = 1.0.0-beta4 EndGlobalSection EndGlobal diff --git a/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj b/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj index ae42351..8677afc 100644 --- a/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj +++ b/Didstopia.PDFSharp/Didstopia.PDFSharp.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 1.0.0-beta3 + 1.0.0-beta4 0.0.1 Didstopia, ststeiger, roceh, empira