We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d19142 commit ece625bCopy full SHA for ece625b
Catalog/Catalog.Core/Catalog.Core.csproj
@@ -6,6 +6,10 @@
6
<Nullable>enable</Nullable>
7
</PropertyGroup>
8
9
+ <ItemGroup>
10
+ <PackageReference Include="Microsoft.AspNetCore" Version="8.0.0"/>
11
+ </ItemGroup>
12
+
13
<ItemGroup>
14
<Reference Include="Microsoft.AspNetCore.Http">
15
<HintPath>..\..\..\..\..\..\..\..\Program Files\dotnet\shared\Microsoft.AspNetCore.App\8.0.0\Microsoft.AspNetCore.Http.dll</HintPath>
Catalog/Catalog.Infrastructure/Class1.cs
0 commit comments