Skip to content

Commit

Permalink
switched to Cake.Core 1.0.0 for broader reach
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnick committed Mar 15, 2021
1 parent d57b8f1 commit 890801c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Unity.FSharp.Tests/Cake.Unity.FSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.1.0" />
<PackageReference Include="Cake.Core" Version="1.0.0" />
<PackageReference Include="FSharp.Interop.Dynamic" Version="4.0.3.130" />
<PackageReference Include="FsUnit" Version="3.4.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/Cake.Unity/Cake.Unity.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
Expand All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="1.1.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 890801c

Please sign in to comment.