mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 05:44:46 +00:00
[PR #167] [MERGED] Fix unit tests in CI #280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/167
Author: @qmfrederik
Created: 8/30/2020
Status: ✅ Merged
Merged: 8/30/2020
Merged by: @qmfrederik
Base:
master← Head:fixes/tests📝 Commits (3)
6d06e1aFix BouncyCastle versionf56e338Run unit tests on .NET 5.04557a45Bump test dependencies📊 Changes
1 file changed (+6 additions, -7 deletions)
View changed files
📝
Packaging.Targets.Tests/Packaging.Targets.Tests.csproj(+6 -7)📄 Description
Unit tests in CI were failing because they target
netcoreapp3.1, yet CI runs onnet5.0.Have
Packaging.Targets.Testsrun onnet5.0and bump the test dependencies.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.