File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 364364 weak
365365[file "src/SponsorLink/SponsorLink.Analyzer.targets"]
366366 url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/SponsorLink.Analyzer.targets
367- sha = e8ec200934a3b3788c2e31d7022c717f5fd152fa
367+ sha = 8a4082211918b604ad95ef0f3da3cd414747c46a
368368
369369
370- etag = 0c9a86982db302f74f56220ecf6842c8f7d1da1d35916d5c2d00372810056af5
370+ etag = b75dd01945453c3ccd9eb96f65959ff1607a2cf11226fac5014b01b7cb6314d7
371371 weak
372372[file "src/SponsorLink/SponsorLink.Analyzer.Tests.targets"]
373373 url = https://github.com/devlooped/SponsorLink/blob/main/samples/dotnet/SponsorLink.Analyzer.Tests.targets
374- sha = 8ddf00042fa27cfce0f39a3e33e74488e2cc9bae
375- etag = 78cc938e28a2a5c3cbe1de009762ae370c49d9aa4866bf75ff8fe7a2322b9251
374+ sha = 8a4082211918b604ad95ef0f3da3cd414747c46a
375+ etag = ac4e82c24d5a812eb7a1ad20d2d076b7aeedddd90c8196eaea0c227693a2ede6
376376 weak
377377[file "src/TableStorage/System/Chunk.cs"]
378378 url = https://github.com/dotnet/runtime/blob/main/src/libraries/System.Linq/src/System/Linq/Chunk.cs
Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ The versioning scheme for packages is:
361361[ ![ Jordan S. Jones] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jordansjones.png " Jordan S. Jones ")] ( https://github.com/jordansjones )
362362[ ![ domischell] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/DominicSchell.png " domischell ")] ( https://github.com/DominicSchell )
363363[ ![ Mauricio Scheffer] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mausch.png " Mauricio Scheffer ")] ( https://github.com/mausch )
364+ [ ![ Justin Wendlandt] ( https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/jwendl.png " Justin Wendlandt ")] ( https://github.com/jwendl )
364365
365366
366367<!-- sponsors.md -->
Original file line number Diff line number Diff line change 77
88 <ItemGroup Condition =" '$(ManagePackageVersionsCentrally)' == 'true'" >
99 <PackageReference Include =" Humanizer.Core" VersionOverride =" 2.14.1" PrivateAssets =" all" Pack =" false" />
10- <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 8.9.0" PrivateAssets =" all" Pack =" false" />
10+ <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" VersionOverride =" 8.9.0" PrivateAssets =" all" Pack =" false" />
1111 </ItemGroup >
1212
1313 <ItemGroup Condition =" '$(ManagePackageVersionsCentrally)' != 'true'" >
Original file line number Diff line number Diff line change 8585 <PackageReference Include =" Humanizer.Core" VersionOverride =" 2.14.1" PrivateAssets =" all" Pack =" $(PackMergedAssemblies)" />
8686 <PackageReference Include =" Humanizer.Core.es" VersionOverride =" 2.14.1" PrivateAssets =" all" />
8787 <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" VersionOverride =" 8.9.0" PrivateAssets =" all" Pack =" $(PackMergedAssemblies)" />
88- <PackageReference Include =" ILRepack" Version =" 2.0.41 " VersionOverride = " all " PrivateAssets =" all" Pack =" false" />
88+ <PackageReference Include =" ILRepack" VersionOverride =" 2.0.37 " PrivateAssets =" all" Pack =" false" />
8989 </ItemGroup >
9090
9191 <ItemGroup Condition =" '$(ManagePackageVersionsCentrally)' != 'true'" >
9292 <PackageReference Include =" Humanizer.Core" Version =" 2.14.1" PrivateAssets =" all" Pack =" $(PackMergedAssemblies)" />
9393 <PackageReference Include =" Humanizer.Core.es" Version =" 2.14.1" PrivateAssets =" all" />
9494 <PackageReference Include =" Microsoft.IdentityModel.JsonWebTokens" Version =" 8.9.0" PrivateAssets =" all" Pack =" $(PackMergedAssemblies)" />
95- <PackageReference Include =" ILRepack" Version =" 2.0.41 " PrivateAssets =" all" Pack =" false" />
95+ <PackageReference Include =" ILRepack" Version =" 2.0.37 " PrivateAssets =" all" Pack =" false" />
9696 </ItemGroup >
9797
9898 <Target Name =" EmitFunding" BeforeTargets =" CompileDesignTime;CoreCompile" Inputs =" $(MSBuildAllProjects)" Outputs =" $(IntermediateOutputPath)SponsorLink.g.cs" >
You can’t perform that action at this time.
0 commit comments