Skip to content

Commit a0f372e

Browse files
committed
Releasing v3.3.1
1 parent cc10171 commit a0f372e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>3.3.0</Version>
4+
<Version>3.3.1</Version>
55
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0, 2.0, .Net Core 1.0 and .NET 4.0, 4.5, 4.7</PackageReleaseNotes>
66
</PropertyGroup>
77

src/Unity.Abstractions.csproj

Lines changed: 3 additions & 2 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

@@ -20,7 +20,7 @@
2020
<AssemblyOriginatorKeyFile>package.snk</AssemblyOriginatorKeyFile>
2121
<DelaySign>false</DelaySign>
2222
<RootNamespace>Unity</RootNamespace>
23-
<TargetFrameworks>netstandard1.0;netstandard2.0;net47;net46;net45;net40;netcoreapp1.0</TargetFrameworks>
23+
<TargetFrameworks>netstandard1.0;netstandard2.0;net47;net46;net45;net40;netcoreapp1.0;netcoreapp2.0</TargetFrameworks>
2424
</PropertyGroup>
2525

2626
<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' != 'netstandard1.0' ">
@@ -40,6 +40,7 @@
4040
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4141
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
4242
<OutputPath>$(SolutionDir)lib</OutputPath>
43+
<DebugType>Portable</DebugType>
4344
</PropertyGroup>
4445

4546
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

0 commit comments

Comments
 (0)