Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Dec 10, 2021
2 parents 1c8cf73 + deb4067 commit 2acfc84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions nuspec/nuget/Cake.Slack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
<tags>Cake, Script, Build, Slack, cake-addin</tags>
</metadata>
<files>
<file src="net46\Cake.Slack.dll" target="lib/net46" />
<file src="net46\Cake.Slack.pdb" target="lib/net46" />
<file src="net46\Cake.Slack.xml" target="lib/net46" />
<file src="netstandard2.0\Cake.Slack.dll" target="lib/netstandard2.0" />
<file src="netstandard2.0\Cake.Slack.pdb" target="lib/netstandard2.0" />
<file src="netstandard2.0\Cake.Slack.xml" target="lib/netstandard2.0" />
<file src="netcoreapp3.1\Cake.Slack.dll" target="lib/netcoreapp3.1" />
<file src="netcoreapp3.1\Cake.Slack.pdb" target="lib/netcoreapp3.1" />
<file src="netcoreapp3.1\Cake.Slack.xml" target="lib/netcoreapp3.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/Cake.Slack/Cake.Slack.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net46;netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyName>Cake.Slack</AssemblyName>
<PackageId>Cake.Slack</PackageId>
Expand All @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.3.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="1.3.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 2acfc84

Please sign in to comment.