Skip to content

Commit 5b7fb2f

Browse files
committed
DOTNET_ROLL_FORWARD=Major should work
1 parent cd92059 commit 5b7fb2f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ version: 2.10.1.{build}
33
image:
44
- Ubuntu2204
55
- Visual Studio 2013
6+
- Visual Studio 2017
67
- Visual Studio 2022
78

89
skip_tags: true
910

11+
environment:
12+
DOTNET_ROLL_FORWARD: Major
13+
1014
for:
1115
- matrix:
1216
only:
@@ -24,6 +28,7 @@ for:
2428

2529
- matrix:
2630
only:
31+
- image: Visual Studio 2017
2732
- image: Visual Studio 2022
2833
- image: Ubuntu2204
2934
before_build:

src/tests/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Project Sdk="Microsoft.NET.Sdk">
1717

1818
<PropertyGroup Label="Build">
19-
<TargetFrameworks>net8.0</TargetFrameworks>
19+
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
2020
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2121
</PropertyGroup>
2222

src/tests/net-core/XMLUnit.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Project Sdk="Microsoft.NET.Sdk">
1717

1818
<PropertyGroup Label="Build">
19-
<TargetFrameworks>net8.0</TargetFrameworks>
19+
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
2020
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2121
</PropertyGroup>
2222

src/tests/net-placeholders/XMLUnit.Placeholders.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Project Sdk="Microsoft.NET.Sdk">
1717

1818
<PropertyGroup Label="Build">
19-
<TargetFrameworks>net8.0</TargetFrameworks>
19+
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
2020
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)