Skip to content

Commit 1987d75

Browse files
committed
Releasing 2.1.2
1 parent 6f0b05e commit 1987d75

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.1.2</Version>
5-
<PackageReleaseNotes>This package is compatible with .NET Standard 1.0 and 2.0 as well as .NET 4.0, 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
5+
<PackageReleaseNotes>This package is compatible with .NET Standard 1.0 and 2.0, Net Core 1.0 and 2.0 as well as .NET 4.0, 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

88

src/Unity.ServiceLocation.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\package.props" />
44

@@ -19,6 +19,7 @@
1919
<SignAssembly>true</SignAssembly>
2020
<AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile>
2121
<DelaySign>false</DelaySign>
22+
<TargetFrameworks>netstandard1.0;netstandard2.0;netcoreapp1.0;netcoreapp2.0;net47;net46;net45;net40</TargetFrameworks>
2223
</PropertyGroup>
2324

2425
<ItemGroup>
@@ -39,14 +40,13 @@
3940

4041
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4142
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
42-
<TargetFrameworks>netstandard1.0;netstandard2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks>
4343
<OutputPath>$(SolutionDir)lib</OutputPath>
44+
<DebugType>Portable</DebugType>
4445
</PropertyGroup>
4546

4647
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
4748
<DebugType>Full</DebugType>
4849
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
49-
<TargetFramework>net47</TargetFramework>
5050
</PropertyGroup>
5151

5252
<PropertyGroup>

tests/ServiceLocation.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0-beta2" />
13-
<PackageReference Include="MSTest.TestFramework" Version="1.3.0-beta2" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
13+
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
1414
<ProjectReference Include="..\src\Unity.ServiceLocation.csproj" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)