Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #54 from carbon/master
Browse files Browse the repository at this point in the history
Increase netstandard support to v1.3
  • Loading branch information
JimBobSquarePants authored Oct 15, 2018
2 parents 7fee9af + 68798f9 commit 1f4224f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We also have a [MyGet package repository](https://www.myget.org/gallery/SixLabor
If you prefer, you can compile SixLabors.Shapes yourself (please do and help!), you'll need:

- [Visual Studio 2017](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
- The [.NET Core 1.0 SDK Installer](https://www.microsoft.com/net/core#windows) - Non VSCode link.
- The [.NET Core 2.1 SDK Installer](https://www.microsoft.com/net/core#windows) - Non VSCode link.

To clone it locally click the "Clone in Windows" button above or run the following git commands.

Expand Down
2 changes: 1 addition & 1 deletion src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix>
<VersionPrefix Condition="$(packageversion) == ''">0.1.0-alpha1</VersionPrefix>
<Authors>Six Labors and contributors</Authors>
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>SixLabors.Shapes.Text</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/SixLabors.Shapes/SixLabors.Shapes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<VersionPrefix Condition="$(packageversion) != ''">$(packageversion)</VersionPrefix>
<VersionPrefix Condition="$(packageversion) == ''">0.1.0-alpha1</VersionPrefix>
<Authors>Six Labors and contributors</Authors>
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
<LangVersion>7.3</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
23 changes: 0 additions & 23 deletions tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs

This file was deleted.

10 changes: 1 addition & 9 deletions tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
<PropertyGroup>
<VersionPrefix>0.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>SixLabors.Shapes.Tests</AssemblyName>
<PackageId>SixLabors.Shapes.Tests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<AssemblyName>SixLabors.Shapes.Tests</AssemblyName>
<DebugType Condition="$(codecov) != ''">full</DebugType>
<StartupObject>AutoGeneratedProgram</StartupObject>
</PropertyGroup>
Expand Down

0 comments on commit 1f4224f

Please sign in to comment.