Skip to content

Commit

Permalink
Add netstandard2.0 target and bump SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsokol committed Mar 18, 2018
1 parent 6524c93 commit 53e4279
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: csharp
mono: alpha
dotnet: 2.0.0
mono: latest
dotnet: 2.1.101
dist: trusty
env: FrameworkPathOverride=/usr/lib/mono/4.5/
script:
Expand Down
2 changes: 1 addition & 1 deletion Monacs.Core/Monacs.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.3;net461</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0;net461</TargetFrameworks>
<NuspecFile>$(MSBuildThisFileDirectory)$(MSBuildProjectName).nuspec</NuspecFile>
<LangVersion>latest</LangVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down
1 change: 1 addition & 0 deletions Monacs.Core/Monacs.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</metadata>
<files>
<file src="bin\Release\netstandard1.3\*.*" target="lib\netstandard1.3\" />
<file src="bin\Release\netstandard2.0\*.*" target="lib\netstandard2.0\" />
<file src="bin\Release\net461\*.*" target="lib\net461\" />
</files>
</package>

0 comments on commit 53e4279

Please sign in to comment.