Skip to content

Commit 083c03d

Browse files
committed
fixed references in sample projects
1 parent 63f66c5 commit 083c03d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

samples/SampleWebApi_9_0/SampleWebApi_9_0.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<Import Project="..\SampleWebApi.Shared\SampleWebApi.Shared.projitems" Label="Shared" />
1010

11-
<!--<ItemGroup>
11+
<ItemGroup>
1212
<PackageReference Include="AspNetCore.Authentication.Basic" Version="9.0.0" />
13-
</ItemGroup>-->
13+
</ItemGroup>
1414

15-
<ItemGroup>
15+
<!--<ItemGroup>
1616
<ProjectReference Include="..\..\src\AspNetCore.Authentication.Basic\AspNetCore.Authentication.Basic.csproj" />
17-
</ItemGroup>
17+
</ItemGroup>-->
1818

1919
</Project>

samples/SampleWebApi_AOT/SampleWebApi_AOT.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
<Import Project="..\SampleWebApi.Shared\SampleWebApi.Shared.projitems" Label="Shared" />
1212

13-
<!--<ItemGroup>
13+
<ItemGroup>
1414
<PackageReference Include="AspNetCore.Authentication.Basic" Version="9.0.0" />
15-
</ItemGroup>-->
15+
</ItemGroup>
1616

17-
<ItemGroup>
17+
<!--<ItemGroup>
1818
<ProjectReference Include="..\..\src\AspNetCore.Authentication.Basic\AspNetCore.Authentication.Basic.csproj" />
1919
<TrimmerRootAssembly Include="AspNetCore.Authentication.Basic" />
20-
</ItemGroup>
20+
</ItemGroup>-->
2121

2222
</Project>

0 commit comments

Comments
 (0)