Skip to content

Commit

Permalink
Updated to .NET Standard 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Dec 4, 2017
1 parent 758be9e commit 3b7b312
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions Didstopia.PDFSharp.Tests/Didstopia.PDFSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.0-preview2-25407-01</RuntimeFrameworkVersion>
<ReleaseVersion>1.0.0-beta3</ReleaseVersion>
<ReleaseVersion>1.0.0-beta4</ReleaseVersion>
<Description>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.</Description>
Expand Down
2 changes: 1 addition & 1 deletion Didstopia.PDFSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Didstopia.PDFSharp/Didstopia.PDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>1.0.0-beta3</ReleaseVersion>
<ReleaseVersion>1.0.0-beta4</ReleaseVersion>
<VersionPrefix>0.0.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Authors>Didstopia, ststeiger, roceh, empira</Authors>
Expand Down

0 comments on commit 3b7b312

Please sign in to comment.