File tree Expand file tree Collapse file tree
tests/PSRule.Rules.GitHub.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88version : 2
99updates :
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
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3+ "allowPrerelease" : false ,
34 "version" : " 8.0.400" ,
4- "rollForward" : " latestFeature "
5+ "rollForward" : " latestPatch "
56 }
67}
File renamed without changes.
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <TargetFramework >net8.0</TargetFramework >
54 <ProjectGuid >{9ff459f0-c7bc-4936-9fc3-4d92b30b02a1}</ProjectGuid >
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 >
You can’t perform that action at this time.
0 commit comments