2022-11-28 17:12:22 -06:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<!-- 7.0.0 produced improperly versioned runtime assets because the OfficialBuildId
|
|
|
|
was not set correctly. This is the actual shipping version that it should have been -->
|
|
|
|
<NonshippingRuntimeVersionFor700>7.0.0-rtm.22518.5</NonshippingRuntimeVersionFor700>
|
|
|
|
|
|
|
|
<MicrosoftNETHostModelVersion>$(NonshippingRuntimeVersionFor700)</MicrosoftNETHostModelVersion>
|
|
|
|
<MicrosoftNETCoreTestHostVersion>$(NonshippingRuntimeVersionFor700)</MicrosoftNETCoreTestHostVersion>
|
|
|
|
<RuntimeLinuxX64MicrosoftNETCoreTestHostVersion>$(NonshippingRuntimeVersionFor700)</RuntimeLinuxX64MicrosoftNETCoreTestHostVersion>
|
2023-01-17 14:52:01 -08:00
|
|
|
|
|
|
|
<MicrosoftNETSdkILVersion>7.0.0</MicrosoftNETSdkILVersion>
|
|
|
|
<MicrosoftNETCoreILAsmVersion>7.0.0</MicrosoftNETCoreILAsmVersion>
|
|
|
|
<MicrosoftNETCoreILDAsmVersion>7.0.0</MicrosoftNETCoreILDAsmVersion>
|
2022-11-28 17:12:22 -06:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|