File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
<RootNamespace >Unity.Microsoft.DependencyInjection</RootNamespace >
20
20
<UnityAbstractions >..\..\Abstractions\src\Unity.Abstractions.csproj</UnityAbstractions >
21
21
<UnityContainer >..\..\Container\src\Unity.Container.csproj</UnityContainer >
22
- <TargetFrameworks >netcoreapp1.1;netstandard2.0</TargetFrameworks >
23
22
</PropertyGroup >
24
23
25
24
26
-
27
- < PropertyGroup Condition = " '$(Configuration)|$(Platform)'=='Debug|AnyCPU' " >
28
- <!-- TargetFramework>netstandard2.0</TargetFramework-- >
25
+ < PropertyGroup Condition = " '$(Configuration)' == 'Debug' " >
26
+ < GeneratePackageOnBuild >false</ GeneratePackageOnBuild >
27
+ <TargetFramework >netstandard2.0</TargetFramework >
29
28
</PropertyGroup >
30
-
29
+
31
30
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
32
31
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
32
+ <TargetFrameworks >netcoreapp1.1;netstandard2.0</TargetFrameworks >
33
33
</PropertyGroup >
34
34
35
35
43
43
44
44
45
45
<ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' " >
46
- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.* " />
47
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 1.1.* " />
46
+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" [ 1.1.3] " />
47
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" [ 1.1.1] " />
48
48
</ItemGroup >
49
49
50
50
<ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netstandard2.0' " >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp1.1; netcoreapp2.0</TargetFrameworks >
4
+ <TargetFramework > netcoreapp2.0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<RootNamespace >Unity.Microsoft.DependencyInjection.Tests</RootNamespace >
7
7
</PropertyGroup >
17
17
</ItemGroup >
18
18
19
19
<ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' " >
20
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" 1.1.* " />
20
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Specification.Tests" Version =" [ 1.1.1] " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup Condition =" '$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp2.0' " >
You can’t perform that action at this time.
0 commit comments