Skip to content

Commit b71a8a9

Browse files
Build break.
1 parent 6eed37c commit b71a8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ExportingAssembly/ExportingAssembly.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PropertyGroup>
1414
<TargetFrameworks>$(DnneTargetFramework)</TargetFrameworks>
15-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows')) AND '$(DnneLanguage)' == 'c99'">$(TargetFrameworks);net472</TargetFramework>
15+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows')) AND '$(DnneLanguage)' == 'c99'">$(TargetFrameworks);net472</TargetFrameworks>
1616
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1717
<RollForward>Major</RollForward>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)