Skip to content

Commit

Permalink
Update projects to target Cake v1.0.0-rc0002
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Jan 15, 2021
1 parent 347751c commit 760a44d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Cake.PackageType.Addin/Cake.PackageType.Addin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="1.0.0-rc0002" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="1.0.0-rc0002" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Cake.PackageType.Module/Cake.PackageType.Module.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="0.33.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="1.0.0-rc0002" PrivateAssets="All" />
<PackageReference Include="Cake.Common" Version="1.0.0-rc0002" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit 760a44d

Please sign in to comment.