Skip to content

Commit c7f677c

Browse files
Fix
1 parent 6ef5a1b commit c7f677c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
2727
</PropertyGroup>
2828
<ItemGroup Condition="$(BuildForRelease) == 'true'">
29-
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
30-
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
29+
<SourceRoot Include="$(MSBuildThisFileDirectory)/" />
30+
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
3131
</ItemGroup>
3232
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
3333
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
@@ -69,7 +69,7 @@
6969
<PropertyGroup Condition="'$(BuildSimulator)' == 'true'">
7070
<DefineConstants>$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants>
7171
</PropertyGroup>
72-
72+
7373
<!-- NuGet Audit Settings -->
7474
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
7575
<!--
@@ -100,11 +100,10 @@
100100

101101
<!-- Provides Version properties -->
102102
<Import Project="$(ToolsDir)props\Versions.props" />
103-
<Import Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Project="$(ToolsDir)props\VersionsNet9OrLater.props" />
104103
<!-- Provides Tool properties -->
105104
<Import Project="$(ToolsDir)props\Tools.props" />
106105
<!-- Provides Build properties -->
107-
<Import Project="$(ToolsDir)props\AssemblyInfo.props" />
106+
<Import Project="$(ToolsDir)props\AssemblyInfo.props" />
108107
<Import Project="$(ToolsDir)props\AssemblyRef.props" />
109108
<Import Project="$(ToolsDir)targets\RepositoryInfo.targets" />
110109

0 commit comments

Comments
 (0)