Skip to content

Commit 07f8cbc

Browse files
[Feature] Tests target netcoreapp2.2 (#373)
1 parent 6260695 commit 07f8cbc

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

src/Examples/Example.BindingFailure.Ref/Example.BindingFailure.Ref.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.BindingFailure/Example.BindingFailure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.CleanupFailure/Example.CleanupFailure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.Clr4/Example.Clr4.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.CustomDelegates/Example.CustomDelegates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.DerivedSubject/Example.DerivedSubject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.Failing/Example.Failing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.Random/Example.Random.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.UsingExternalFile/Example.UsingExternalFile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

src/Examples/Example.WithBehavior/Example.WithBehavior.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Version>0.1.0</Version>
5-
<TargetFrameworks>net45;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<IsTestProject>false</IsTestProject>
88
</PropertyGroup>

0 commit comments

Comments
 (0)