Skip to content

Commit 6bb03d0

Browse files
committed
Fixed type load exception of CG.Pluralization.dll by using custom signed build (CodeGator/CG.Pluralization#12)
1 parent f5914c2 commit 6bb03d0

3 files changed

Lines changed: 71 additions & 1 deletion

File tree

42 KB
Binary file not shown.

lib/netstandard1.0/CG.Pluralization.xml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ImmutableObjectGraph.Generation/ImmutableObjectGraph.Generation.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,18 @@
3434
<ProjectReference Include="..\ImmutableObjectGraph\ImmutableObjectGraph.csproj" PrivateAssets="none" />
3535
</ItemGroup>
3636
<ItemGroup>
37-
<PackageReference Include="CG.Pluralization" Version="0.3000.12" PrivateAssets="all" />
3837
<PackageReference Include="CodeGeneration.Roslyn" PrivateAssets="all" />
3938
<PackageReference Include="CodeGeneration.Roslyn.BuildTime" PrivateAssets="none" />
4039
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" PrivateAssets="all" />
4140
</ItemGroup>
4241
<ItemGroup>
4342
<DotNetCliToolReference Include="dotnet-codegen" />
4443
</ItemGroup>
44+
<ItemGroup>
45+
<Reference Include="CG.Pluralization">
46+
<HintPath>..\..\lib\netstandard1.0\CG.Pluralization.dll</HintPath>
47+
</Reference>
48+
</ItemGroup>
4549
<Target Name="PackBuildOutputs" DependsOnTargets="SatelliteDllsProjectOutputGroup;DebugSymbolsProjectOutputGroup">
4650
<ItemGroup>
4751
<TfmSpecificPackageFile Include="$(TargetPath)" PackagePath="tools\" />

0 commit comments

Comments
 (0)