Skip to content

Commit

Permalink
Merge pull request #1749 from tmeschter/FixCoreGenerateSatelliteAssem…
Browse files Browse the repository at this point in the history
…blies

Make CoreGenerateSatelliteAssemblies work for VB
  • Loading branch information
tmeschter authored Nov 16, 2017
2 parents 43027a0 + c9931c3 commit 8992a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Copyright (c) .NET Foundation. All rights reserved.
</SatelliteAssemblyAttribute>
</ItemGroup>

<WriteCodeFragment AssemblyAttributes="@(SatelliteAssemblyAttribute)" Language="$(Language)" OutputFile="$(_AssemblyInfoFile)">
<WriteCodeFragment AssemblyAttributes="@(SatelliteAssemblyAttribute)" Language="C#" OutputFile="$(_AssemblyInfoFile)">
<Output TaskParameter="OutputFile" ItemName="FileWrites" />
</WriteCodeFragment>

Expand Down

0 comments on commit 8992a1b

Please sign in to comment.