Skip to content

Commit 54ece8d

Browse files
Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 (#283)
* Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Updates to packaging metadata * Test dependencies * Update global.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <bewhite@microsoft.com>
1 parent ae02cd5 commit 54ece8d

7 files changed

Lines changed: 23 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,35 @@
88
version: 2
99
updates:
1010
# Maintain dependencies for GitHub Actions
11-
- package-ecosystem: 'github-actions'
11+
- package-ecosystem: github-actions
1212
directory: '/'
1313
schedule:
14-
interval: 'daily'
14+
interval: daily
1515
labels:
16-
- 'ci-quality'
16+
- ci-quality
1717
reviewers:
18-
- 'microsoft/psrule-rules-github'
18+
- microsoft/psrule-rules-github
1919

2020
# Maintain dependencies for NuGet
21-
- package-ecosystem: 'nuget'
21+
- package-ecosystem: nuget
2222
directory: '/'
2323
schedule:
24-
interval: 'daily'
24+
interval: daily
2525
labels:
26-
- 'dependencies'
26+
- dependencies
2727
reviewers:
28-
- 'microsoft/psrule-rules-github'
28+
- microsoft/psrule-rules-github
2929
groups:
3030
# Group PowerShell packages that have inter-dependencies
3131
dev-powershell:
3232
patterns:
3333
- System.Management.Automation
3434
- Microsoft.PowerShell.SDK
35+
dev-testing:
36+
patterns:
37+
- xunit
38+
- xunit.runner.visualstudio
39+
- coverlet.collector
40+
- Microsoft.NET.Test.Sdk
41+
ignore:
42+
- dependency-name: gitversion.tool

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3+
"allowPrerelease": false,
34
"version": "8.0.400",
4-
"rollForward": "latestFeature"
5+
"rollForward": "latestPatch"
56
}
67
}

src/PSRule.Rules.GitHub/PSRule.Rules.GitHub.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\PSRule.Common.props" />
32
<PropertyGroup>
43
<AssemblyName>Microsoft.PSRule.Rules.GitHub.Core</AssemblyName>
54
<RootNamespace>PSRule.Rules.GitHub</RootNamespace>
@@ -13,7 +12,7 @@
1312

1413
<ItemGroup>
1514
<PackageReference Include="Octokit" Version="13.0.1" />
16-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
15+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
1716
<PrivateAssets>all</PrivateAssets>
1817
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1918
</PackageReference>

src/PSRule.Rules.GitHub/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETStandard,Version=v2.0": {
55
"Microsoft.CodeAnalysis.NetAnalyzers": {
66
"type": "Direct",
7-
"requested": "[8.0.0, )",
8-
"resolved": "8.0.0",
9-
"contentHash": "DxiTgkCl3CGq1rYmBX2wjY7XGbxiBdL4J+/AJIAFLKy5z70NxhnVRnPghnicXZ8oF6JKVXlW3xwznRbI3ioEKg=="
7+
"requested": "[9.0.0, )",
8+
"resolved": "9.0.0",
9+
"contentHash": "JajbvkrBgtdRghavIjcJuNHMOja4lqBmEezbhZyqWPYh2cpLhT5mPpfC7NQVDO4IehWQum9t/nwF4v+qQGtYWg=="
1010
},
1111
"Microsoft.SourceLink.GitHub": {
1212
"type": "Direct",

src/SDK/SDK.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\PSRule.Common.props" />
32
<PropertyGroup>
43
<PackageId>Microsoft.PSRule.Rules.GitHub</PackageId>
54
<ProjectGuid>cf95c5d3-c49a-4af1-9c3c-e9515126868e</ProjectGuid>
@@ -39,8 +38,4 @@
3938
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
4039
</Content>
4140
</ItemGroup>
42-
43-
<!-- <ItemGroup>
44-
<PackageReference Include="Microsoft.PSRule.SDK" Version="2.3.0-B0001" />
45-
</ItemGroup> -->
4641
</Project>

tests/PSRule.Rules.GitHub.Tests/PSRule.Rules.GitHub.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>net8.0</TargetFramework>
54
<ProjectGuid>{9ff459f0-c7bc-4936-9fc3-4d92b30b02a1}</ProjectGuid>
@@ -14,7 +13,7 @@
1413
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.6" />
1514
<PackageReference Include="System.Management.Automation" Version="7.4.6" />
1615
<PackageReference Include="xunit" Version="2.9.2" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1817
<PrivateAssets>all</PrivateAssets>
1918
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2019
</PackageReference>

0 commit comments

Comments
 (0)