Skip to content

Commit

Permalink
Try to fix/resolve dotnet pack errors
Browse files Browse the repository at this point in the history
  • Loading branch information
icnocop committed Oct 16, 2023
1 parent e355f90 commit d6f94b9
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<NoPackageAnalysis>true</NoPackageAnalysis>
</PropertyGroup>

<ItemGroup>
<Compile Remove="contentFiles\**" />
<EmbeddedResource Remove="contentFiles\**" />
<None Remove="contentFiles\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.0.0" />
<PackageReference Include="Semver" Version="2.0.6" GeneratePathProperty="true" />
Expand Down

0 comments on commit d6f94b9

Please sign in to comment.