Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit d61eb5d

Browse files
author
John Beisner
committed
Fixing "RuntimeFrameworkVersion"
1 parent e09cbe0 commit d61eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tool_roslyn_satellites/tool_roslyn_satellites.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<VersionPrefix>$(CliVersionPrefix)</VersionPrefix>
77
<TargetFramework>$(CliTargetFramework)</TargetFramework>
8-
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
8+
<RuntimeFrameworkVersion>$(MicrosoftNETCoreAppPackageVersion)</RuntimeFrameworkVersion>
99
<PublishDir>$(RoslynDirectory)/bincore</PublishDir>
1010
<VersionSuffix>$(CommitCount)</VersionSuffix>
1111
<GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles>

0 commit comments

Comments
 (0)