Skip to content

Commit 6985624

Browse files
committed
Refresh ready to run for .NET 7
1 parent 2ada0db commit 6985624

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="Iced" Version="1.13.0" />
41-
<PackageReference Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="6.0.0-rc.2.21424.11" />
41+
<PackageReference Include="ILCompiler.Reflection.ReadyToRun.Experimental" Version="7.0.0-rc.2.22451.11" />
4242
<!-- ILCompiler.Reflection.ReadyToRun has dependencies on System.Reflection.Metadata and
4343
System.Runtime.CompilerServices.Unsafe. Because the AddIn compiles into ILSpy's output
4444
directory, we're at risk of overwriting our dependencies with different versions.

ILSpy.ReadyToRun/ReadyToRunLanguage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void MarkFoldEnd()
5252
{
5353
}
5454

55-
public void MarkFoldStart(string collapsedText = "...", bool defaultCollapsed = false)
55+
public void MarkFoldStart(string collapsedText = "...", bool defaultCollapsed = false, bool isDefinition = false)
5656
{
5757
}
5858

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<packageSources>
44
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
55
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
6-
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
6+
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
77
</packageSources>
88
</configuration>

packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77
<PropertyGroup>
88
<SystemCollectionsImmutableVersion>6.0.0</SystemCollectionsImmutableVersion>
9-
<SystemReflectionMetadataVersion>6.0.0</SystemReflectionMetadataVersion>
9+
<SystemReflectionMetadataVersion>6.0.1</SystemReflectionMetadataVersion>
1010
<SystemCompilerServicesUnsafeVersion>6.0.0</SystemCompilerServicesUnsafeVersion>
1111
<SystemCompositionVersion>6.0.0</SystemCompositionVersion>
1212
<!-- Microsoft.NETCore.ILAsm -->

0 commit comments

Comments
 (0)