-
Notifications
You must be signed in to change notification settings - Fork 3
/
Arex388.AspNet.Mvc.Startup.csproj
34 lines (34 loc) · 1.41 KB
/
Arex388.AspNet.Mvc.Startup.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
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{D8387E54-C8A4-40A3-A092-7B281E28B60A}</ProjectGuid>
<TargetFramework>net461</TargetFramework>
<AssemblyTitle>Arex388.AspNet.Mvc.Startup</AssemblyTitle>
<Company>Arex388</Company>
<Product>Arex388.AspNet.Mvc.Startup</Product>
<Description>ASP.NET MVC Classic dependency injection extensions to simulate ASP.NET Core's Startup configuration</Description>
<Copyright>Copyright © 2021</Copyright>
<AssemblyVersion>1.0.8.0</AssemblyVersion>
<FileVersion>1.0.6.0</FileVersion>
<OutputPath>bin\$(Configuration)\</OutputPath>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Version>1.0.8</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
</Project>