-
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
Submodule Abstractions
updated
10 files
Submodule Configuration
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.Configuration.csproj | |
+1 −1 | tests/Configuration.Tests.csproj |
Submodule Container
updated
22 files
Submodule Interception
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.Interception.csproj | |
+1 −1 | tests/Unity.Interception.Tests.csproj |
Submodule InterceptionConfiguration
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.Interception.Configuration.csproj | |
+1 −1 | tests/Interception.Configuration.Tests.csproj |
Submodule Log4net
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.log4net.csproj | |
+1 −1 | tests/log4net.Tests.csproj |
Submodule MVC
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.Mvc.csproj | |
+1 −1 | tests/MVC.Tests.csproj |
Submodule Microsoft.DependencyInjection
updated
3 files
+1 −1 | package.props | |
+0 −1 | src/Unity.Microsoft.DependencyInjection.csproj | |
+1 −1 | tests/Unity.Microsoft.DependencyInjection.Tests.csproj |
Submodule Microsoft.Logging
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.Microsoft.Logging.csproj | |
+1 −1 | tests/Unity.Microsoft.Logging.Tests.csproj |
Submodule Microsoft.Options
updated
3 files
+1 −1 | package.props | |
+0 −1 | src/Unity.Microsoft.Options.csproj | |
+1 −1 | tests/Unity.Microsoft.Options.Tests.csproj |
Submodule NLog
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.NLog.csproj | |
+1 −1 | tests/NLog.Tests.csproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package > | ||
<metadata> | ||
<id>Unity</id> | ||
<version>5.9.5</version> | ||
<version>5.9.6</version> | ||
<authors>Unity Container Project</authors> | ||
<owners>Unity Container Project</owners> | ||
<licenseUrl>https://github.com/unitycontainer/unity/blob/v5.x/LICENSE</licenseUrl> | ||
|
@@ -14,35 +14,25 @@ | |
<copyright>Copyright © Unity Container Project 2018</copyright> | ||
<tags>Unity Container unitycontainer Microsoft.Practices.Unity IoC</tags> | ||
<dependencies> | ||
<group targetFramework=".NET4.0"> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ENikS
via email
Author
Collaborator
|
||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NET4.5"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NET4.6"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NET4.7"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETCoreApp1.0"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETCoreApp2.0"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard1.0"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
|
Submodule RegistrationByConvention
updated
9 files
Submodule ServiceLocation
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.ServiceLocation.csproj | |
+1 −1 | tests/ServiceLocation.Tests.csproj |
Submodule SpecificationTests
updated
18 files
Submodule WCF
updated
3 files
+1 −1 | package.props | |
+0 −1 | src/Unity.Wcf.csproj | |
+1 −1 | tests/Unity.Wcf.Tests.csproj |
Submodule WebAPI
updated
3 files
+2 −2 | package.props | |
+0 −1 | src/Unity.AspNet.WebApi.csproj | |
+1 −1 | tests/WebApi.Tests.csproj |
It was worth mentioning that this version no longer supports .NET 4.0 :-)