Browse Source

Use one common version of DSR.Converter.Xml

pull/2276/head
Christoph Wille 5 years ago
parent
commit
619763c830
  1. 2
      ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj
  2. 2
      ILSpy/ILSpy.csproj
  3. 1
      NuGet.config
  4. 1
      packages.props

2
ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(RoslynVersion)" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="$(RoslynVersion)" />
<PackageReference Include="Microsoft.DiaSymReader.Converter.Xml" Version="1.1.0-beta1-63314-01" />
<PackageReference Include="Microsoft.DiaSymReader.Converter.Xml" Version="$(DSRConverterXmlVersion)" />
<PackageReference Include="NUnit3TestAdapter" Version="$(NUnitAdapterVersion)" />
<PackageReference Include="NUnit" Version="$(NUnitVersion)" />
<PackageReference Include="System.Memory" Version="4.5.4" />

2
ILSpy/ILSpy.csproj

@ -69,7 +69,7 @@ @@ -69,7 +69,7 @@
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<PackageReference Include="Microsoft.DiaSymReader.Converter.Xml" Version="1.1.0-beta2-20115-01" />
<PackageReference Include="Microsoft.DiaSymReader.Converter.Xml" Version="$(DSRConverterXmlVersion)" />
</ItemGroup>
<ItemGroup>

1
NuGet.config

@ -2,7 +2,6 @@ @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
<add key="ILSpy" value="https://ci.appveyor.com/nuget/ilspy-masterfeed" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="cshung_public_development" value="https://pkgs.dev.azure.com/cshung/public/_packaging/development/nuget/v3/index.json" />
</packageSources>

1
packages.props

@ -16,5 +16,6 @@ @@ -16,5 +16,6 @@
<NUnitAdapterVersion>3.13.0</NUnitAdapterVersion>
<MoqVersion>4.14.1</MoqVersion>
<DiffLibVersion>2017.7.26.1241</DiffLibVersion>
<DSRConverterXmlVersion>1.1.0-beta2-20115-01</DSRConverterXmlVersion>
</PropertyGroup>
</Project>

Loading…
Cancel
Save