File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
tests/FluentAssertions.AspNetCore.Mvc.Tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<VersionPrefix >0.7.0</VersionPrefix >
5
- <TargetFramework >netcoreapp1.0 </TargetFramework >
5
+ <TargetFramework >netcoreapp1.1 </TargetFramework >
6
6
<AssemblyName >FluentAssertions.AspNetCore.Mvc.Tests</AssemblyName >
7
7
<PackageId >FluentAssertions.AspNetCore.Mvc.Tests</PackageId >
8
8
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
23
23
</ItemGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0-preview-20170106-08" />
27
26
<PackageReference Include =" NUnit" Version =" 3.8.1" />
28
- <PackageReference Include =" dotnet-test-nunit" Version =" 3.4.0-beta-1" />
29
27
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 1.0.3" />
30
- <PackageReference Include =" Moq" Version =" 4.6.36-alpha " />
28
+ <PackageReference Include =" Moq" Version =" 4.7.99 " />
31
29
</ItemGroup >
32
30
33
31
</Project >
You can’t perform that action at this time.
0 commit comments