Update cake

This commit is contained in:
smoogipoo
2019-08-02 14:16:57 +09:00
parent 770b228fdb
commit ba3f8a643a

View File

@ -5,7 +5,7 @@
<TargetFrameworks>netcoreapp2.0</TargetFrameworks> <TargetFrameworks>netcoreapp2.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Cake" Version="0.30.0" /> <PackageReference Include="Cake" Version="0.34.1" />
<PackageReference Include="Cake.CoreCLR" Version="0.30.0" /> <PackageReference Include="Cake.CoreCLR" Version="0.34.1" />
</ItemGroup> </ItemGroup>
</Project> </Project>