-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBet.AspNet.LegacyHosting.AzureAppConfiguration.csproj
32 lines (26 loc) · 1.4 KB
/
Bet.AspNet.LegacyHosting.AzureAppConfiguration.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Label="Nuget">
<Description>
Microsoft.Azure.AppConfiguration.AspNetCore allows developers to use Microsoft Azure App Configuration service as a configuration source in their Legacy .NET applications.
This package adds additional features for ASP.NET 4.x applications to the existing package Microsoft.Extensions.Configuration.AzureAppConfiguration.
</Description>
<PackageTags>Migration, ASP.NET Web, .NET Framework, Configuration, Extensions, DotNetCore, AspNetCore, Microsoft.Extensions.Configuration.AzureAppConfiguration</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Owin" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" />
<PackageReference Include="Bet.Extensions.AzureAppConfiguration" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bet.AspNet.DependencyInjection.Legacy\Bet.AspNet.DependencyInjection.Legacy.csproj" />
<ProjectReference Include="..\Bet.Extensions.LegacyHosting.Abstractions\Bet.Extensions.LegacyHosting.Abstractions.csproj" />
<ProjectReference Include="..\Bet.Extensions.Options.Legacy\Bet.Extensions.Options.Legacy.csproj" />
</ItemGroup>
</Project>