-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParcel.NET.GoExpress.csproj
More file actions
25 lines (20 loc) · 1019 Bytes
/
Parcel.NET.GoExpress.csproj
File metadata and controls
25 lines (20 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Parcel.NET.GoExpress</PackageId>
<Description>GO! Express & Logistics authentication, shared configuration, and DI extensions for Parcel.NET.</Description>
<PackageTags>shipping;tracking;logistics;goexpress;parcel;authentication</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Parcel.NET.Abstractions\Parcel.NET.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" VersionOverride="10.0.5" />
<InternalsVisibleTo Include="Parcel.NET.GoExpress.Shipping" />
<InternalsVisibleTo Include="Parcel.NET.GoExpress.Tracking" />
<InternalsVisibleTo Include="Parcel.NET.GoExpress.Shipping.Tests" />
</ItemGroup>
</Project>