Skip to content

Commit 8d6d846

Browse files
committed
package.props
1 parent 51092ac commit 8d6d846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>2.0.3</Version>
5-
<PackageReleaseNotes>This package is distributed as .NET Standard 2.0 package. It is compatible with Microsoft.Extensions.DependencyInjection v2 specification.</PackageReleaseNotes>
5+
<PackageReleaseNotes>This package is compatible with NET Core 1.1, 2.0+</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3131
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
32-
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
32+
<TargetFrameworks>netcoreapp1.1;netstandard2.0</TargetFrameworks>
3333
</PropertyGroup>
3434

3535

0 commit comments

Comments
 (0)