Skip to content

Commit

Permalink
Exclude non-en-us Roslyn resources (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanp-sonar committed Nov 17, 2021
1 parent 94230ea commit 2cd63a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PlatformTarget>AnyCPU</PlatformTarget>

<!-- Don't include all Roslyn language resources when publishing
(need to include this in all product projects that reference Roslyn) -->
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup Label="NuGet packages">
Expand Down
3 changes: 3 additions & 0 deletions RoslynV1Resfs/RoslynV1Refs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<!-- Don't include all Roslyn language resources when publishing
(need to include this in all product projects that reference Roslyn) -->
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2cd63a4

Please sign in to comment.