-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathNet7.csproj
More file actions
12 lines (12 loc) · 563 Bytes
/
Copy pathNet7.csproj
File metadata and controls
12 lines (12 loc) · 563 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="10.0.8" />
<PackageReference Include="System.Threading.Channels" Version="10.0.8" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
</Project>