We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028a8f7 commit a47bad1Copy full SHA for a47bad1
1 file changed
src/AppAny.HotChocolate.FluentValidation.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
- <Version>0.2.0</Version>
+ <Version>0.2.1</Version>
7
<LangVersion>9</LangVersion>
8
<EmbedUntrackedSources>true</EmbedUntrackedSources>
9
<IncludeSymbols>true</IncludeSymbols>
@@ -24,8 +24,8 @@
24
</PropertyGroup>
25
26
<ItemGroup Label="Packages">
27
- <PackageReference Include="FluentValidation" Version="10.0.0-preview2" />
28
- <PackageReference Include="HotChocolate.Execution" Version="11.1.0-preview.81" />
+ <PackageReference Include="FluentValidation" Version="10.0.0-preview4" />
+ <PackageReference Include="HotChocolate.Execution" Version="11.1.0-preview.86" />
29
</ItemGroup>
30
31
<ItemGroup Label="Assets">
0 commit comments