Skip to content

Commit

Permalink
Update csproj test adapters version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Oct 2, 2023
1 parent 176bb74 commit ac1aba3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
"type": "string"
}
},
"ReleaseFolder": {
"type": "string"
},
"ReleaseNameVersion": {
"type": "boolean"
},
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Remove `ReflectionOnlyLoadFrom` to work with `net6.0`.
- Update `TaskSTA` to only `windows` when `NET`
- Update `Extensions` classes to internal
- Update `csproj` test adapters
- Update `csproj` test adapters version
### Added
- Add `ReferenceLoaderUtils` to read `Assembly` references with `NET` and `NETFRAMEWORK`.
### Tests
Expand Down
4 changes: 2 additions & 2 deletions SampleTest.Tests/SampleTest.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions ricaun.NUnit.Tests/ricaun.NUnit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" IncludeAssets="build; compile" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" IncludeAssets="build; compile" PrivateAssets="All" />
-->
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions ricaun.NUnit/ricaun.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<RepositoryUrl>https://github.com/$(GitHubRepositoryOwner)/$(PackageId)</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIconUrl />
</PropertyGroup>

Expand Down

0 comments on commit ac1aba3

Please sign in to comment.