We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b981b6f commit 0ee1e5bCopy full SHA for 0ee1e5b
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
"rollForward": "latestFeature",
4
- "version": "8.0.302"
+ "version": "8.0.400"
5
}
6
src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj
@@ -17,7 +17,7 @@
17
</AssemblyAttribute>
18
</ItemGroup>
19
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
20
- <PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0" />
+ <PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2" />
21
22
<ItemGroup>
23
<!-- The schema.proto file referenced here will be used to automatically generate the Grpc client when executing 'dotnet build' -->
0 commit comments