Skip to content

Commit

Permalink
asyncapi#197 cleanup csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 13, 2024
1 parent e937716 commit a2cee95
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,6 @@
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<Compile Remove="ExpectedSpecFiles.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="Specs\streetlights_v2.6.json" />
</ItemGroup>

<ItemGroup>
<Content Include="Specs\streetlights_v2.6.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<None Include="Specs\ExpectedSpecFiles.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AsyncAPI.NET" Version="5.2.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
Expand Down

0 comments on commit a2cee95

Please sign in to comment.