Skip to content

Commit b82bc63

Browse files
committed
fix: version.json referenced in csproj
1 parent 8e88168 commit b82bc63

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/bunit.web.query/bunit.web.query.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,4 @@
4444
<PackageReference Include="Microsoft.AspNetCore.Components" Version="$(DotNet8Version)" />
4545
</ItemGroup>
4646

47-
<ItemGroup>
48-
<None Remove="version.json" />
49-
</ItemGroup>
50-
51-
<ItemGroup>
52-
<Content Include="version.json">
53-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
54-
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
55-
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
56-
</Content>
57-
</ItemGroup>
58-
5947
</Project>

0 commit comments

Comments
 (0)