File tree 2 files changed +4
-3
lines changed
Xunit.SkippableFact.Tests
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net461;netcoreapp1.0</TargetFrameworks >
3
+ <TargetFrameworks >net45; net461;netcoreapp1.0</TargetFrameworks >
4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard1.1;net452</TargetFrameworks >
3
+ <TargetFrameworks >netstandard1.1;net45; net452</TargetFrameworks >
4
4
<RootNamespace >Xunit</RootNamespace >
5
5
<CodeAnalysisRuleSet >Xunit.SkippableFact.ruleset</CodeAnalysisRuleSet >
6
6
<SignAssembly >true</SignAssembly >
17
17
</PropertyGroup >
18
18
<ItemGroup >
19
19
<PackageReference Include =" Validation" Version =" 2.4.15" PrivateAssets =" compile;contentfiles;analyzers;build" />
20
- <PackageReference Include =" xunit.extensibility.execution" Version =" 2.2.0" />
20
+ <PackageReference Include =" xunit.extensibility.execution" Version =" 2.1.0" Condition =" '$(TargetFramework)' == 'net45' " />
21
+ <PackageReference Include =" xunit.extensibility.execution" Version =" 2.2.0" Condition =" '$(TargetFramework)' != 'net45' " />
21
22
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.0.0" PrivateAssets =" all" />
22
23
</ItemGroup >
23
24
<Target Name =" SetNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
You can’t perform that action at this time.
0 commit comments