-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMarain.UserNotifications.Storage.AzureStorage.csproj
More file actions
35 lines (30 loc) · 1.45 KB
/
Marain.UserNotifications.Storage.AzureStorage.csproj
File metadata and controls
35 lines (30 loc) · 1.45 KB
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
26
27
28
29
30
31
32
33
34
35
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(EndjinProjectPropsPath)" Condition="$(EndjinProjectPropsPath) != ''" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<PackageDescription></PackageDescription>
<PackageTags></PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Corvus.Storage.Azure.TableStorage.Tenancy" Version="3.2.0" />
<PackageReference Include="Corvus.Storage.Azure.BlobStorage.Tenancy" Version="3.3.0" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.3.48">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Linq.Async" Version="[6.0.*,)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Marain.UserNotifications.Abstractions\Marain.UserNotifications.Abstractions.csproj" />
</ItemGroup>
</Project>