File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
<!-- Allow building with one major version, and running using a sdk with a higher major version -->
21
21
<RollForward Condition =" '$(BuildingForWasm)' == 'true'" >LatestMajor</RollForward >
22
22
</PropertyGroup >
23
+
23
24
<!-- out-of-band packages that are not included in NetCoreApp have TFM-specific versions -->
24
25
<Choose >
25
26
<When Condition =" '$(TargetFramework)' == 'net6.0'" >
39
40
<When Condition =" '$(TargetFramework)' == 'net8.0'" >
40
41
<PropertyGroup >
41
42
<LangVersion >preview</LangVersion >
42
- <ExtensionsVersion >8.0.*-* </ExtensionsVersion >
43
- <SystemVersion >8.0.*-* </SystemVersion >
43
+ <ExtensionsVersion >$(MicrosoftExtensionsLoggingPackageVersion) </ExtensionsVersion >
44
+ <SystemVersion >$(SystemThreadingChannelsPackageVersion) </SystemVersion >
44
45
</PropertyGroup >
45
46
</When >
46
47
<Otherwise >
You can’t perform that action at this time.
0 commit comments