Skip to content

Commit 35f9773

Browse files
authored
Remove libman.json again (#1602)
1 parent c2fb369 commit 35f9773

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/JoinRpg.Portal/JoinRpg.Portal.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<Compile Remove="App_Code\ConfirmDialog.cs" />
1515
<Compile Remove="App_Code\SearchableDropdownMvcHelper.cs" />
1616
</ItemGroup>
17+
1718
<ItemGroup>
1819
<PackageReference Include="AspNetCore.HealthChecks.SqlServer" Version="5.0.3" />
1920
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="5.0.1" />
@@ -51,11 +52,7 @@
5152
<WCFMetadata Include="Connected Services" />
5253
</ItemGroup>
5354
<ItemGroup>
54-
<Content Update="libman.json">
55-
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
56-
</Content>
57-
</ItemGroup>
58-
<ItemGroup>
55+
<Content Remove="libman.json" />
5956
<None Update="Dockerfile">
6057
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6158
</None>

src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
6-
7-
6+
87
<ItemGroup>
98
<SupportedPlatform Include="browser" />
109
</ItemGroup>
@@ -23,9 +22,7 @@
2322
</ItemGroup>
2423

2524
<ItemGroup>
26-
<Content Update="libman.json">
27-
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
28-
</Content>
25+
<Content Remove="libman.json" />
2926
</ItemGroup>
3027

3128
</Project>

0 commit comments

Comments
 (0)