This repository was archived by the owner on Mar 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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' " >
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments