File tree Expand file tree Collapse file tree 2 files changed +3
-43
lines changed
StructureMap.Microsoft.DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-43
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >StructureMap.AspNetCore</Description >
4
- <VersionPrefix >1.4.0</VersionPrefix >
5
- <Authors >khellang</Authors >
6
- <TargetFrameworks >net451;netstandard1.3;netstandard2.0</TargetFrameworks >
7
- <NoWarn >$(NoWarn);CS1591</NoWarn >
8
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
- <PackageTags >StructureMap;Microsoft;Dependency Injection;DI;IoC;AspNetCore</PackageTags >
11
- <PackageProjectUrl >https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection</PackageProjectUrl >
12
- <PackageLicenseUrl >https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection/blob/master/LICENSE</PackageLicenseUrl >
13
- <RepositoryType >git</RepositoryType >
14
- <RepositoryUrl >https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection</RepositoryUrl >
4
+ <PackageTags >$(PackageTags);AspNetCore</PackageTags >
15
5
</PropertyGroup >
16
6
17
7
<ItemGroup >
18
8
<ProjectReference Include =" ..\StructureMap.Microsoft.DependencyInjection\StructureMap.Microsoft.DependencyInjection.csproj" />
19
9
</ItemGroup >
20
10
21
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
22
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.2" />
23
- </ItemGroup >
24
-
25
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
26
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.2" />
27
- </ItemGroup >
28
-
29
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
30
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.2" />
11
+ <ItemGroup >
12
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.0.0" />
31
13
</ItemGroup >
32
14
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >StructureMap.Microsoft.DependencyInjection</Description >
4
- <VersionPrefix >1.4.0</VersionPrefix >
5
- <Authors >khellang</Authors >
6
- <TargetFrameworks >net451;netstandard1.3;netstandard2.0</TargetFrameworks >
7
- <NoWarn >$(NoWarn);CS1591</NoWarn >
8
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9
- <GenerateDocumentationFile >true</GenerateDocumentationFile >
10
- <PackageTags >StructureMap;Microsoft;Dependency Injection;DI;IoC</PackageTags >
11
- <PackageProjectUrl >https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection</PackageProjectUrl >
12
- <PackageLicenseUrl >https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection/blob/master/LICENSE</PackageLicenseUrl >
13
- <RepositoryType >git</RepositoryType >
14
- <RepositoryUrl >https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection</RepositoryUrl >
15
4
</PropertyGroup >
16
5
17
6
<ItemGroup >
18
7
<PackageReference Include =" StructureMap" Version =" 4.5.0" />
19
- </ItemGroup >
20
-
21
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
22
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 1.1.1" />
23
- </ItemGroup >
24
-
25
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
26
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 1.1.1" />
27
- </ItemGroup >
28
-
29
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
30
8
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.0.0" />
31
9
</ItemGroup >
32
10
</Project >
You can’t perform that action at this time.
0 commit comments