Skip to content

Commit

Permalink
Releasing 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Aug 22, 2018
1 parent 6f0b05e commit 1987d75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Version>2.1.2</Version>
<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>
<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>
</PropertyGroup>


Expand Down
6 changes: 3 additions & 3 deletions src/Unity.ServiceLocation.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

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

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

<ItemGroup>
Expand All @@ -39,14 +40,13 @@

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

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

<PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions tests/ServiceLocation.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,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" />
<ProjectReference Include="..\src\Unity.ServiceLocation.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 1987d75

Please sign in to comment.