Skip to content

Commit

Permalink
ci: fix ci project build
Browse files Browse the repository at this point in the history
  • Loading branch information
DrBarnabus committed Sep 10, 2024
1 parent fdd0660 commit c6ad3bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/Common/Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>

<AssemblyName>common</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion build/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<ItemGroup>
<PackageReference Include="Cake.Common" Version="1.2.0" />
<PackageReference Include="Cake.Compression" Version="0.2.6" />
<PackageReference Include="Cake.Compression" Version="0.3.0" />
<PackageReference Include="Cake.Frosting" Version="1.2.0" />
<PackageReference Include="Cake.Incubator" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit c6ad3bf

Please sign in to comment.