Skip to content

Commit

Permalink
build: netstandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 20, 2019
1 parent a29a33c commit ef431c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSKubectl.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>
<TargetFramework>netstandard2.1</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- Workaround for NuGet bug to make dotnet build copy NuGet assemblies into bin folder as well: https://github.com/dotnet/sdk/issues/747#issuecomment-419497340 -->
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit ef431c6

Please sign in to comment.