File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
main/net-constraints-nunit4
tests/net-constraints-nunit4 Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1313 limitations under the License.
1414-->
1515
16- <Project Sdk =" Microsoft.NET.Sdk" >
16+ <Project >
17+
18+ <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
1719
1820 <PropertyGroup Label =" Build" >
1921 <TargetFrameworks >net6.0;net462</TargetFrameworks >
5254 <PackageReference Include =" NUnit" Version =" 4.3.2" />
5355 </ItemGroup >
5456
57+ <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
58+ <Import Project =" ..\..\shared\no-build.targets"
59+ Condition =" $([System.Environment]::Version) < 6.0.0.0" />
5560</Project >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <Target Name =" Build" >
3+ <Message Text =" $(MSBuildProjectName) has been skipped." />
4+ </Target >
5+ </Project >
Original file line number Diff line number Diff line change 1313 limitations under the License.
1414-->
1515
16- <Project Sdk =" Microsoft.NET.Sdk" >
16+ <Project >
17+
18+ <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
1719
1820 <PropertyGroup Label =" Build" >
1921 <TargetFrameworks >net6.0</TargetFrameworks >
5658 <PackageReference Include =" NUnit3TestAdapter" Version =" 5.0.0" />
5759 </ItemGroup >
5860
61+ <Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
62+ <Import Project =" ..\..\shared\no-build.targets"
63+ Condition =" $([System.Environment]::Version) < 6.0.0.0" />
5964</Project >
You can’t perform that action at this time.
0 commit comments