Browse Source

Merge c11804fe4c into 5deb6fb425

pull/3666/merge
David Federman 3 days ago committed by GitHub
parent
commit
dfde0b2d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      Directory.Build.props
  2. 1
      Directory.Packages.props
  3. 6
      ICSharpCode.BamlDecompiler/packages.lock.json
  4. 1
      ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj
  5. 6
      ICSharpCode.ILSpyCmd/packages.lock.json
  6. 6
      ICSharpCode.ILSpyX/packages.lock.json
  7. 3
      ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
  8. 1
      ILSpy.Tests/ILSpy.Tests.csproj

3
Directory.Build.props

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<NoWarn>$(NoWarn);NU1510</NoWarn>
<NoWarn>$(NoWarn);NU1510;CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>

1
Directory.Packages.props

@ -56,6 +56,7 @@ @@ -56,6 +56,7 @@
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="ReferenceTrimmer" Version="3.4.5" />
<GlobalPackageReference Include="TomsToolbox.Composition.Analyzer" Version="2.22.2" />
</ItemGroup>
</Project>

6
ICSharpCode.BamlDecompiler/packages.lock.json

@ -8,6 +8,12 @@ @@ -8,6 +8,12 @@
"resolved": "4.1.5",
"contentHash": "i5z+cNu/cOcdO0AgFB8aXk8w6In2H+haaDfSgd9ImvQIK+rSHavHZIogVoAZLL8jLwYx4bAcs5b7EyuMMG4mQQ=="
},
"ReferenceTrimmer": {
"type": "Direct",
"requested": "[3.4.5, )",
"resolved": "3.4.5",
"contentHash": "I3vQerUFZ3BSrPfdpAUZX+OIEj9rf/BZ0p/Dc+KlygFHsGa3zekygNhqoPOP6/p06ql1lAcGmrqJGpsLOb6Yfw=="
},
"TomsToolbox.Composition.Analyzer": {
"type": "Direct",
"requested": "[2.22.2, )",

1
ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

@ -76,7 +76,6 @@ @@ -76,7 +76,6 @@
<PackageReference Include="Mono.Cecil" />
<PackageReference Include="Microsoft.NETCore.ILAsm" />
<PackageReference Include="Microsoft.NETCore.ILDAsm" />
<PackageReference Include="System.Resources.Extensions" />
</ItemGroup>
<ItemGroup>

6
ICSharpCode.ILSpyCmd/packages.lock.json

@ -52,6 +52,12 @@ @@ -52,6 +52,12 @@
"NuGet.Packaging": "7.3.0"
}
},
"ReferenceTrimmer": {
"type": "Direct",
"requested": "[3.4.5, )",
"resolved": "3.4.5",
"contentHash": "I3vQerUFZ3BSrPfdpAUZX+OIEj9rf/BZ0p/Dc+KlygFHsGa3zekygNhqoPOP6/p06ql1lAcGmrqJGpsLOb6Yfw=="
},
"System.Security.Cryptography.Pkcs": {
"type": "Direct",
"requested": "[10.0.5, )",

6
ICSharpCode.ILSpyX/packages.lock.json

@ -31,6 +31,12 @@ @@ -31,6 +31,12 @@
"resolved": "0.11.6",
"contentHash": "f33RkDtZO8VlGXCtmQIviOtxgnUdym9xx/b1p9h91CRGOsJFxCFOFK1FDbVt1OCf1aWwYejUFa2MOQyFWTFjbA=="
},
"ReferenceTrimmer": {
"type": "Direct",
"requested": "[3.4.5, )",
"resolved": "3.4.5",
"contentHash": "I3vQerUFZ3BSrPfdpAUZX+OIEj9rf/BZ0p/Dc+KlygFHsGa3zekygNhqoPOP6/p06ql1lAcGmrqJGpsLOb6Yfw=="
},
"System.Composition.AttributedModel": {
"type": "Direct",
"requested": "[10.0.5, )",

3
ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj

@ -45,9 +45,8 @@ @@ -45,9 +45,8 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ICSharpCode.BamlDecompiler\ICSharpCode.BamlDecompiler.csproj" />
<ProjectReference Include="..\ICSharpCode.Decompiler.Tests\ICSharpCode.Decompiler.Tests.csproj" />
<ProjectReference Include="..\ILSpy.BamlDecompiler\ILSpy.BamlDecompiler.csproj" />
<ProjectReference Include="..\ILSpy\ILSpy.csproj" />
</ItemGroup>
<ItemGroup>

1
ILSpy.Tests/ILSpy.Tests.csproj

@ -64,7 +64,6 @@ @@ -64,7 +64,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DiffLib" />
<PackageReference Include="NSubstitute" />
<PackageReference Include="NSubstitute.Analyzers.CSharp">
<PrivateAssets>all</PrivateAssets>

Loading…
Cancel
Save