[go: up one dir, main page]

Skip to content

Commit

Permalink
Nsspi targets now Net4.0 and .NetStandard2.0
Browse files Browse the repository at this point in the history
Nsspi now multi targets .Net 4.0 and .NetStandard 2.0.
Dependencies are included based on framework.
  • Loading branch information
StefanOssendorf committed May 31, 2019
1 parent 923d701 commit 3ccdcc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSspi/NSspi.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<RootNamespace>NSspi</RootNamespace>
<AssemblyName>NSspi</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -10,7 +10,7 @@
<Version>0.2.1.0</Version>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Security.Principal.Windows" Version="4.5.1" />
</ItemGroup>
</Project>

0 comments on commit 3ccdcc7

Please sign in to comment.