Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Commit a74ab77

Browse files
committed
Releasing v5.0.14
1 parent 011b5fe commit a74ab77

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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>5.0.13</Version>
4+
<Version>5.0.14</Version>
55
<PackageReleaseNotes>This package is compatible with .NET 4.5, 4.6 and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

src/Unity.Mvc.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3535
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3636
<TargetFrameworks>net45;net46;net47</TargetFrameworks>
37+
<DebugType>Portable</DebugType>
3738
</PropertyGroup>
3839

3940
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -43,7 +44,7 @@
4344
</PropertyGroup>
4445

4546
<ItemGroup>
46-
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
47+
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.6" />
4748
<PackageReference Include="WebActivatorEx" Version="2.2.0" />
4849
</ItemGroup>
4950

tests/MVC.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
13-
<PackageReference Include="MSTest.TestAdapter" Version="1.3.0-beta2" />
14-
<PackageReference Include="MSTest.TestFramework" Version="1.3.0-beta2" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
13+
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
14+
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
1515
</ItemGroup>
1616

1717
<ItemGroup>
1818
<Reference Include="System.Web" />
1919
</ItemGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.4" />
22+
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.6" />
2323
<ProjectReference Include="..\src\Unity.Mvc.csproj" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)