Skip to content

Commit 5f6e2f5

Browse files
committed
Releasing v2.0.4
1 parent f138dbd commit 5f6e2f5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/CommonServiceLocator.csproj

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

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
5-
<PackageReleaseNotes>This release contains a portable class library that targets .NET 4.0, 4.5, and 4.7, .NET Core 1.0, .NET Standard 1.0 and .NET Standard 2.0</PackageReleaseNotes>
4+
<Version>2.0.4</Version>
5+
<PackageReleaseNotes>This release contains a portable class library that targets .NET 4.0, 4.5, and 4.7, .NET Core 1.0 and 2.0, .NET Standard 1.0 and .NET Standard 2.0</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>
@@ -25,6 +25,7 @@
2525
<AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile>
2626
<DelaySign>false</DelaySign>
2727
<RootNamespace>CommonServiceLocator</RootNamespace>
28+
<TargetFrameworks>netcoreapp1.0;netcoreapp2.0;netstandard1.0;netstandard2.0;net40;net45;net46;net47</TargetFrameworks>
2829
</PropertyGroup>
2930

3031
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.0' OR '$(TargetFramework)' == 'netstandard1.0' OR '$(TargetFramework)' == 'netstandard2.0'">
@@ -43,14 +44,13 @@
4344

4445
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4546
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
46-
<TargetFrameworks>netcoreapp1.0;netstandard1.0;netstandard2.0;net40;net45;net46;net47</TargetFrameworks>
4747
<OutputPath>$(SolutionDir)lib</OutputPath>
48+
<DebugType>Portable</DebugType>
4849
</PropertyGroup>
4950

5051
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
5152
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
5253
<DebugType>Full</DebugType>
53-
<TargetFramework>netstandard1.0</TargetFramework>
5454
</PropertyGroup>
5555

5656
</Project>

test/CommonServiceLocator.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)