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 committed Aug 9, 2023
1 parent 06d9cd9 commit 0da66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/FluentValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Full release notes can be found at https://github.com/FluentValidation/FluentVal
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" 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.2" />
Expand Down

0 comments on commit 0da66fc

Please sign in to comment.