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 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >5.0.13 </Version >
4
+ <Version >5.0.14 </Version >
5
5
<PackageReleaseNotes >This package is compatible with .NET 4.5, 4.6 and 4.7 frameworks.</PackageReleaseNotes >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 34
34
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
35
35
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
36
36
<TargetFrameworks >net45;net46;net47</TargetFrameworks >
37
+ <DebugType >Portable</DebugType >
37
38
</PropertyGroup >
38
39
39
40
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
43
44
</PropertyGroup >
44
45
45
46
<ItemGroup >
46
- <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.2.4 " />
47
+ <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.2.6 " />
47
48
<PackageReference Include =" WebActivatorEx" Version =" 2.2.0" />
48
49
</ItemGroup >
49
50
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<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 " />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
18
18
<Reference Include =" System.Web" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.2.4 " />
22
+ <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.2.6 " />
23
23
<ProjectReference Include =" ..\src\Unity.Mvc.csproj" />
24
24
</ItemGroup >
25
25
You can’t perform that action at this time.
0 commit comments