Skip to content

Commit

Permalink
Releasing v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Aug 12, 2018
1 parent f138dbd commit 5f6e2f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/CommonServiceLocator.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.0.3</Version>
<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>
<Version>2.0.4</Version>
<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>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -25,6 +25,7 @@
<AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<RootNamespace>CommonServiceLocator</RootNamespace>
<TargetFrameworks>netcoreapp1.0;netcoreapp2.0;netstandard1.0;netstandard2.0;net40;net45;net46;net47</TargetFrameworks>
</PropertyGroup>

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

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<TargetFrameworks>netcoreapp1.0;netstandard1.0;netstandard2.0;net40;net45;net46;net47</TargetFrameworks>
<OutputPath>$(SolutionDir)lib</OutputPath>
<DebugType>Portable</DebugType>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<DebugType>Full</DebugType>
<TargetFramework>netstandard1.0</TargetFramework>
</PropertyGroup>

</Project>
6 changes: 3 additions & 3 deletions test/CommonServiceLocator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0-beta2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.0-beta2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5f6e2f5

Please sign in to comment.