Skip to content

Commit

Permalink
Merge pull request robertvazan#1 from MatthewKing/master
Browse files Browse the repository at this point in the history
Add netstandard2.0 target.
  • Loading branch information
robertvazan authored Oct 4, 2019
2 parents 9773a12 + 930abdf commit 234c20b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions GuerrillaNtp/GuerrillaNtp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
<TargetFrameworks>netstandard1.5;netstandard2.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageVersion>1.4.1.0</PackageVersion>
<Authors>Robert Važan</Authors>
Expand All @@ -12,11 +12,7 @@
<Description>Simple NTP (SNTP) client that can be embedded in desktop applications to provide them with accurate network time even when the system clock is unsynchronized.</Description>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>bin\Debug\netstandard1.5\GuerrillaNtp.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType></DebugType>
<DocumentationFile>bin\Release\netstandard1.5\GuerrillaNtp.xml</DocumentationFile>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>

0 comments on commit 234c20b

Please sign in to comment.