EDNA/Edts/Edts.csproj
dependabot[bot] 9da8dffeeb
Some checks failed
Run tests on push / Test EDNA (push) Failing after 1m25s
Bump RestSharp from 110.2.0 to 111.0.0
Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 110.2.0 to 111.0.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](https://github.com/restsharp/RestSharp/compare/110.2.0...111.0.0)

---
updated-dependencies:
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 00:50:17 +02:00

16 lines
391 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="RestSharp" Version="111.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>