File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/Simplify.DI.Provider.SimpleInjector Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard1.3;net452</TargetFrameworks >
3+ <TargetFrameworks >netstandard1.3;netstandard2.0; net452</TargetFrameworks >
44 <Authors >Alexander Krylkov</Authors >
55 <Product >Simplify</Product >
66 <Description >Simplify.DI SimpleInjector provider</Description >
77 <Copyright >Licensed under LGPL</Copyright >
8- <Version >1.8.3 </Version >
8+ <Version >1.8.4 </Version >
99 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify/wiki/Simplify.DI</PackageProjectUrl >
1010 <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl >
1111 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1212 <PackageTags >.NET DI IOC-container-provider</PackageTags >
1313 <PackageReleaseNotes >
1414 Updates
15- * Upgrade to Simplify.DI 4.0.2
16- * Upgrade to SimpleInjector 4.9.1
15+ * Upgrade to Simplify.DI 4.0.3
16+ * Upgrade to SimpleInjector 4.10.2
17+ New
18+ * .NET Standard 2 exact support
1719 </PackageReleaseNotes >
1820 <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
1921 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2224 <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.DI.Provider.SimpleInjector.xml</DocumentationFile >
2325 </PropertyGroup >
2426 <ItemGroup >
25- <PackageReference Include =" Simplify.DI" Version =" 4.0.2 " />
27+ <PackageReference Include =" Simplify.DI" Version =" 4.0.3 " />
2628 <PackageReference Include =" SimpleInjector" Version =" 4.10.2" />
2729 </ItemGroup >
2830</Project >
You can’t perform that action at this time.
0 commit comments