-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Microsoft.NET.Test.Sdk from 17.13.0 to 18.5.1 #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Updating to a major version of Microsoft.NET.Test.Sdk (from 17.x to 18.x) may introduce breaking changes. Please ensure that all tests pass with the new version and check the release notes for any breaking changes. |
||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" /> | ||
| <PackageReference Include="xunit" Version="2.9.3" /> | ||
| <PackageReference Include="xunit.runner.visualstudio" Version="3.0.2"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ | |
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Updating to a major version of Microsoft.NET.Test.Sdk (from 17.x to 18.x) may introduce breaking changes. Please ensure that all tests pass with the new version and check the release notes for any breaking changes. |
||
| <PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,7 +28,7 @@ | |
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" /> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" /> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Updating to a major version of Microsoft.NET.Test.Sdk (from 17.x to 18.x) may introduce breaking changes. Please ensure that all tests pass with the new version and check the release notes for any breaking changes. |
||
| <PackageReference Include="Moq" Version="4.16.1" /> | ||
| <PackageReference Include="SonarAnalyzer.CSharp" Version="10.7.0.110445"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: Updating to a major version of Microsoft.NET.Test.Sdk (from 17.x to 18.x) may introduce breaking changes. Please ensure that all tests pass with the new version and check the release notes for any breaking changes.