File tree 5 files changed +13
-1
lines changed 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 31
31
<Version >$(SystemReflectionMetadataVersion)</Version >
32
32
</PackageReference >
33
33
<PackageReference Condition = " '$(EnableDiaSymReaderUse)' == 'true'" Include =" Microsoft.DiaSymReader" >
34
- <Version >1.3 .0</Version >
34
+ <Version >1.4 .0</Version >
35
35
</PackageReference >
36
36
</ItemGroup >
37
37
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
<OutputPath >$(RuntimeBinDir)ilc/</OutputPath >
4
4
<RuntimeIdentifier >$(OutputRid)</RuntimeIdentifier >
5
5
</PropertyGroup >
6
+
6
7
<Import Project =" ILCompiler.props" />
7
8
</Project >
Original file line number Diff line number Diff line change 57
57
<Version >$(ObjWriterVersion)</Version >
58
58
</PackageReference >
59
59
60
+ <!-- Workaround until the SDK does this, see https://github.com/dotnet/sdk/issues/24799 -->
61
+ <PackageReference Include =" NETStandard.Library" >
62
+ <Version >$(NetStandardLibraryVersion)</Version >
63
+ </PackageReference >
64
+
60
65
<Content Include =" $(NuGetPackageRoot)runtime.$(ObjWriterRid).microsoft.netcore.runtime.objwriter\$(ObjWriterVersion)\runtimes\$(ObjWriterRid)\native\$(LibPrefix)objwriter$(LibSuffix)" >
61
66
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
62
67
<Visible >false</Visible >
Original file line number Diff line number Diff line change 60
60
<ProjectReference Include =" ../aot/ILCompiler.Reflection.ReadyToRun/ILCompiler.Reflection.ReadyToRun.csproj" />
61
61
<PackageReference Include =" Microsoft.Diagnostics.Tracing.TraceEvent" Version =" $(TraceEventVersion)" />
62
62
<PackageReference Include =" System.Reflection.Metadata" Version =" $(SystemReflectionMetadataVersion)" />
63
+ <!-- Workaround until the SDK does this, see https://github.com/dotnet/sdk/issues/24799 -->
64
+ <PackageReference Include =" NETStandard.Library" Version =" $(NetStandardLibraryVersion)" />
63
65
</ItemGroup >
64
66
</Project >
Original file line number Diff line number Diff line change 23
23
</PackageReference >
24
24
<ProjectReference Include =" ..\aot\ILCompiler.Diagnostics\ILCompiler.Diagnostics.csproj" />
25
25
<ProjectReference Include =" ..\aot\ILCompiler.Reflection.ReadyToRun\ILCompiler.Reflection.ReadyToRun.csproj" />
26
+ <!-- Workaround until the SDK does this, see https://github.com/dotnet/sdk/issues/24799 -->
27
+ <PackageReference Include =" NETStandard.Library" >
28
+ <Version >$(NetStandardLibraryVersion)</Version >
29
+ </PackageReference >
26
30
<Content Include =" $(CoreDisToolsLibrary)" Condition =" Exists('$(CoreDisToolsLibrary)')" >
27
31
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
28
32
</Content >
You can’t perform that action at this time.
0 commit comments