File tree Expand file tree Collapse file tree 7 files changed +25
-25
lines changed
Expand file tree Collapse file tree 7 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 os : [windows-latest, macOS-latest, ubuntu-latest]
18- dotnet : [6 .0.400 ]
18+ dotnet : [7 .0.100 ]
1919 runs-on : ${{ matrix.os }}
2020
2121 steps :
2222 - uses : actions/checkout@v3
2323
2424 - name : Setup .NET
25- uses : actions/setup-dotnet@v2
25+ uses : actions/setup-dotnet@v3
2626 with :
2727 dotnet-version : ${{ matrix.dotnet }}
2828
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
7+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
88 <PackageReference Include =" NUnit" Version =" 3.13.3" />
9- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
9+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.3.0 " />
1010 </ItemGroup >
1111 <ItemGroup >
1212 <ProjectReference Include =" ..\NHamcrest.NUnit\NHamcrest.NUnit.csproj" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net7 .0</TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
77 <Copyright >Copyright © 2022</Copyright >
8- <Version Condition =" '$(VersionSuffix)' == ''" >3.0.1 </Version >
9- <Version Condition =" '$(VersionSuffix)' != ''" >3.0.1 -$(VersionSuffix)</Version >
8+ <Version Condition =" '$(VersionSuffix)' == ''" >3.1.0 </Version >
9+ <Version Condition =" '$(VersionSuffix)' != ''" >3.1.0 -$(VersionSuffix)</Version >
1010 <Description >Adapter for NUnit for using NHamcrest library</Description >
1111 <Authors >Graham Hay, Algirdas Lašas</Authors >
1212 <Company />
1313 <Product />
1414 <PackageLicenseUrl >https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl >
1515 <PackageProjectUrl >https://github.com/nhamcrest/NHamcrest</PackageProjectUrl >
1616 <PackageTags >unittesting hamcrest matcher test</PackageTags >
17- <AssemblyVersion >3.0.1 .0</AssemblyVersion >
18- <FileVersion >3.0.1 .0</FileVersion >
17+ <AssemblyVersion >3.1.0 .0</AssemblyVersion >
18+ <FileVersion >3.1.0 .0</FileVersion >
1919 </PropertyGroup >
2020 <ItemGroup >
2121 <PackageReference Include =" NUnit" Version =" 3.13.3" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
5- <Version >3.0.1 </Version >
4+ <TargetFramework >net7 .0</TargetFramework >
5+ <Version >3.1.0 </Version >
66 <Description />
77 </PropertyGroup >
88 <ItemGroup >
1616 </PackageReference >
1717 <PackageReference Include =" Castle.Core" Version =" 5.1.0" />
1818 <PackageReference Include =" Moq" Version =" 4.18.2" />
19- <PackageReference Include =" Microsoft.NET.TEST.Sdk" Version =" 17.2 .0" />
19+ <PackageReference Include =" Microsoft.NET.TEST.Sdk" Version =" 17.4 .0" />
2020 </ItemGroup >
2121 <ItemGroup >
2222 <ProjectReference Include =" ..\NHamcrest.XUnit\NHamcrest.XUnit.csproj" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net7 .0</TargetFramework >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2 .0" />
7+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4 .0" />
88 <PackageReference Include =" xunit" Version =" 2.4.2" />
99 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" />
1010 </ItemGroup >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net7 .0</TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
77 <Copyright >Copyright © 2022</Copyright >
8- <Version Condition =" '$(VersionSuffix)' == ''" >3.0.1 </Version >
9- <Version Condition =" '$(VersionSuffix)' != ''" >3.0.1 -$(VersionSuffix)</Version >
8+ <Version Condition =" '$(VersionSuffix)' == ''" >3.1.0 </Version >
9+ <Version Condition =" '$(VersionSuffix)' != ''" >3.1.0 -$(VersionSuffix)</Version >
1010 <Description >Adapter for xunit for using NHamcrest library</Description >
1111 <Authors >Graham Hay, Algirdas Lašas</Authors >
1212 <PackageLicenseUrl >https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl >
1313 <PackageProjectUrl >https://github.com/nhamcrest/NHamcrest</PackageProjectUrl >
1414 <PackageTags >unittesting hamcrest matcher test</PackageTags >
15- <AssemblyVersion >3.0.1 .0</AssemblyVersion >
16- <FileVersion >3.0.1 .0</FileVersion >
15+ <AssemblyVersion >3.1.0 .0</AssemblyVersion >
16+ <FileVersion >3.1.0 .0</FileVersion >
1717 </PropertyGroup >
1818 <ItemGroup >
1919 <PackageReference Include =" xunit.assert" Version =" 2.4.2" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net7 .0</TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
77 <Copyright >Copyright © 2022</Copyright >
8- <Version Condition =" '$(VersionSuffix)' == ''" >3.0.1 </Version >
9- <Version Condition =" '$(VersionSuffix)' != ''" >3.0.1 -$(VersionSuffix)</Version >
8+ <Version Condition =" '$(VersionSuffix)' == ''" >3.1.0 </Version >
9+ <Version Condition =" '$(VersionSuffix)' != ''" >3.1.0 -$(VersionSuffix)</Version >
1010 <Description >.NET port of Hamcrest, a matcher library with some extra matchers</Description >
1111 <Authors >Graham Hay, Algirdas Lašas</Authors >
1212 <Company />
1313 <Product />
1414 <PackageLicenseUrl >https://github.com/nhamcrest/NHamcrest/blob/master/LICENCE.txt</PackageLicenseUrl >
1515 <PackageProjectUrl >https://github.com/nhamcrest/NHamcrest</PackageProjectUrl >
1616 <PackageTags >unittesting hamcrest matcher test</PackageTags >
17- <AssemblyVersion >3.0.1 .0</AssemblyVersion >
18- <FileVersion >3.0.1 .0</FileVersion >
17+ <AssemblyVersion >3.1.0 .0</AssemblyVersion >
18+ <FileVersion >3.1.0 .0</FileVersion >
1919 </PropertyGroup >
2020 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
2121 <NoWarn >1701;1702;1705;1591</NoWarn >
You can’t perform that action at this time.
0 commit comments