File tree Expand file tree Collapse file tree 3 files changed +8
-17
lines changed
Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net6.0; net8.0</TargetFrameworks >
4+ <TargetFrameworks >net472;net8.0</TargetFrameworks >
55 <DebugSymbols >True</DebugSymbols >
66 <DebugType >portable</DebugType >
77 <IsPackable >False</IsPackable >
1212 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
1313 <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
1414 <PackageReference Include =" xunit" Version =" 2.9.3" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" >
16- <PrivateAssets >all</PrivateAssets >
17- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18- </PackageReference >
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" PrivateAssets =" all" />
1916 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" All" />
2017 <PackageReference Include =" System.ValueTuple" Version =" 4.6.1" />
2118 <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.2" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net6.0; net8.0</TargetFrameworks >
4+ <TargetFrameworks >net472;net8.0</TargetFrameworks >
55 <DebugSymbols >True</DebugSymbols >
66 <DebugType >portable</DebugType >
77 <IsPackable >False</IsPackable >
1212 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
1313 <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
1414 <PackageReference Include =" xunit" Version =" 2.9.3" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" >
16- <PrivateAssets >all</PrivateAssets >
17- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18- </PackageReference >
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" PrivateAssets =" all" />
1916 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" All" />
2017 <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.2" />
2118 </ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net6.0; net8.0</TargetFrameworks >
4+ <TargetFrameworks >net472;net8.0</TargetFrameworks >
55 <AssemblyName >Moq.Tests</AssemblyName >
66 <DebugSymbols >True</DebugSymbols >
77 <DebugType >portable</DebugType >
1414 <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
1515 <DefineConstants >$(DefineConstants);FEATURE_DYNAMICPROXY_SERIALIZABLE_PROXIES;FEATURE_EF;FEATURE_SYSTEM_WEB;FEATURE_SYSTEM_WINDOWS_FORMS</DefineConstants >
1616 </PropertyGroup >
17- <PropertyGroup Condition =" '$(TargetFramework)' == 'net6 .0' " >
17+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net8 .0' " >
1818 <DefineConstants >$(DefineConstants);FEATURE_DEFAULT_INTERFACE_IMPLEMENTATIONS</DefineConstants >
1919 </PropertyGroup >
2020
2828 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
2929 <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
3030 <PackageReference Include =" xunit" Version =" 2.9.3" />
31- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" >
32- <PrivateAssets >all</PrivateAssets >
33- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
34- </PackageReference >
31+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" PrivateAssets =" all" />
3532 <PackageReference Include =" Castle.Core" Version =" 5.2.1" />
3633 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1" />
3734 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments