We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81627a4 commit ebd65c9Copy full SHA for ebd65c9
Configuration.props
@@ -12,7 +12,7 @@
12
Condition=" Exists('$(MSBuildThisFileDirectory)Configuration.OperatingSystem.props') And '$(DoNotLoadOSProperties)' != 'True' "
13
/>
14
<PropertyGroup>
15
- <ProductVersion>9.4.0</ProductVersion>
+ <ProductVersion>9.4.1</ProductVersion>
16
<!-- TFV for all projects, try v4.7.2 but fallback if needed -->
17
<_StandardLibraryPath Condition=" '$(TargetFrameworkVersion)' == '' ">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPathToStandardLibraries('.NETFramework', 'v4.7.2', ''))</_StandardLibraryPath>
18
<TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' And '$(_StandardLibraryPath)' != '' ">v4.7.2</TargetFrameworkVersion>
0 commit comments