Skip to content

Commit 4090608

Browse files
committed
Updated dependencies
1 parent 03ae60c commit 4090608

File tree

5 files changed

+20
-24
lines changed

5 files changed

+20
-24
lines changed

package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.8.6</Version>
5-
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0, .NET 4.0, 4.5, 4.6, 4.7 package.</PackageReleaseNotes>
4+
<Version>5.8.7</Version>
5+
<PackageReleaseNotes>This package is compatible with .NET Standard 1.0 and 2.0, .NET Core 1.0 and 2.0, .NET 4.0, 4.5, 4.6, 4.7</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Unity.Container.csproj

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,7 @@
2929
<Compile Remove="Utility\ConcurrentDictionary.cs" />
3030
</ItemGroup>
3131

32-
33-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
34-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
35-
<OutputPath>$(SolutionDir)lib</OutputPath>
36-
</PropertyGroup>
3732

38-
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
39-
<DebugType>Full</DebugType>
40-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
41-
</PropertyGroup>
42-
4333
<ItemGroup Condition="Exists('$(UnityAbstractions)')">
4434
<ProjectReference Include="$(UnityAbstractions)" />
4535
</ItemGroup>
@@ -48,10 +38,16 @@
4838
<PackageReference Include="Unity.Abstractions" Version="$(UnityAbstractionsVersion)" />
4939
</ItemGroup>
5040

51-
<!--
52-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.0'">
53-
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
54-
</ItemGroup>
55-
-->
41+
42+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
43+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
44+
<OutputPath>$(SolutionDir)lib</OutputPath>
45+
<DebugType>Portable</DebugType>
46+
</PropertyGroup>
47+
48+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
49+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
50+
<DebugType>Full</DebugType>
51+
</PropertyGroup>
5652

5753
</Project>

tests/Performance/Performance.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="BenchmarkDotNet" Version="0.10.13" />
30+
<PackageReference Include="BenchmarkDotNet" Version="0.11.0" />
3131
</ItemGroup>
3232

3333
</Project>

tests/Unity.Specification/Unity.Specification.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0-beta2" />
11-
<PackageReference Include="MSTest.TestFramework" Version="1.3.0-beta2" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
11+
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

tests/Unity.Tests/Unity.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0-beta2" />
11-
<PackageReference Include="MSTest.TestFramework" Version="1.3.0-beta2" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
11+
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)