We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da2c864 + bc11886 commit 2d5116cCopy full SHA for 2d5116c
src/Tasks/Microsoft.NET.Build.Tasks/ResolvePackageAssets.cs
@@ -304,7 +304,7 @@ public sealed class ResolvePackageAssets : TaskBase
304
////////////////////////////////////////////////////////////////////////////////////////////////////
305
306
private const int CacheFormatSignature = ('P' << 0) | ('K' << 8) | ('G' << 16) | ('A' << 24);
307
- private const int CacheFormatVersion = 10;
+ private const int CacheFormatVersion = 11;
308
private static readonly Encoding TextEncoding = Encoding.UTF8;
309
private const int SettingsHashLength = 256 / 8;
310
private HashAlgorithm CreateSettingsHash() => SHA256.Create();
0 commit comments