File tree Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp1.1;netcoreapp2.0;net462</ TargetFrameworks >
4+ <TargetFramework >net6.0</ TargetFramework >
55 <AssemblyName >Assent.Tests</AssemblyName >
66 <PackageId >Assent.Tests</PackageId >
77 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
1515 </ItemGroup >
1616
1717 <ItemGroup >
18- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15 .3.0 " />
19- <PackageReference Include =" NUnit" Version =" 3.8.1 " />
20- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.9.0 " />
21- <PackageReference Include =" FluentAssertions" Version =" 4.15 .0" />
22- <PackageReference Include =" NSubstitute" Version =" 2.0.3 " />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17 .3.2 " />
19+ <PackageReference Include =" NUnit" Version =" 3.13.3 " />
20+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
21+ <PackageReference Include =" FluentAssertions" Version =" 6.7 .0" />
22+ <PackageReference Include =" NSubstitute" Version =" 4.4.0 " />
2323 <PackageReference Include =" TestStack.BDDfy" Version =" 4.3.2" />
2424 <PackageReference Include =" System.ComponentModel.TypeConverter" Version =" 4.3.0" />
2525 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
4- <TargetFrameworks >netstandard1.3;net45;netstandard2. 0</TargetFrameworks >
3+ <TargetFramework >net6. 0</TargetFramework >
54 <AssemblyName >Assent</AssemblyName >
65 <PackageId >Assent</PackageId >
76 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
1312 <RepositoryUrl >https://github.com/droyad/Assent</RepositoryUrl >
1413 <PackageLicenseUrl >https://github.com/droyad/Assent/blob/master/LICENCE.md</PackageLicenseUrl >
1514 </PropertyGroup >
16-
17- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
18- <PackageReference Include =" System.Runtime.Extensions" Version =" 4.3.0" />
19- <PackageReference Include =" System.Linq" Version =" 4.3.0" />
20- <PackageReference Include =" System.Linq.Expressions" Version =" 4.3.0" />
21- <PackageReference Include =" System.Diagnostics.Process" Version =" 4.3.0" />
22- <PackageReference Include =" System.IO.FileSystem" Version =" 4.3.0" />
23- <PackageReference Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
24- </ItemGroup >
25-
26- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
27- <PackageReference Include =" System.Diagnostics.Process" Version =" 4.3.0" />
28- </ItemGroup >
29-
30- <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
31- <Reference Include =" System" />
32- <Reference Include =" Microsoft.CSharp" />
33- </ItemGroup >
34-
3515</Project >
You can’t perform that action at this time.
0 commit comments