Skip to content

Commit

Permalink
Remove the source generator from dependencies by setting PrivateAsset…
Browse files Browse the repository at this point in the history
…s="All"
  • Loading branch information
virzak authored and JeremySkinner committed Feb 11, 2024
1 parent bbf49b5 commit ab626ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/FluentValidation.csproj
Expand Up @@ -28,7 +28,7 @@ Full release notes can be found at https://github.com/FluentValidation/FluentVal
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.*" PrivateAssets="All" />
<PackageReference Include="Zomp.SyncMethodGenerator" Version="1.1.2" />
<PackageReference Include="Zomp.SyncMethodGenerator" Version="1.1.2" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
Expand Down

0 comments on commit ab626ba

Please sign in to comment.