Skip to content

Commit

Permalink
Closes #3 Updates Cake to 0.33, other nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Apr 18, 2019
1 parent afd4e60 commit 7aefc2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/Cake.SmartAssembly.Tests/Cake.SmartAssembly.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>net46</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake" Version="0.28.0" />
<PackageReference Include="Cake.Testing" Version="0.28.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="NSubstitute" Version="3.1.0" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Cake" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="NSubstitute" Version="4.0.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Cake.SmartAssembly\Cake.SmartAssembly.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.SmartAssembly/Cake.SmartAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<DocumentationFile>bin\Release\net46\Cake.SmartAssembly.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.28.0" PrivateAssets="true" />
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="true" />
</ItemGroup>
</Project>

0 comments on commit 7aefc2c

Please sign in to comment.