-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Refit in /client/MAVN.Service.CurrencyConverter.Client
Bumps [Refit](https://github.com/reactiveui/refit) from 4.6.107 to 7.2.22. - [Release notes](https://github.com/reactiveui/refit/releases) - [Commits](reactiveui/refit@v4.6.107...7.2.22) --- updated-dependencies: - dependency-name: Refit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e4e1d3c
commit 9dd724b
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
44 changes: 22 additions & 22 deletions
44
client/MAVN.Service.CurrencyConverter.Client/MAVN.Service.CurrencyConverter.Client.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RootNamespace>MAVN.Service.CurrencyConvertor.Client</RootNamespace> | ||
|
||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="Lykke.Service.CurrencyConvertor.Client.xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Lykke.HttpClientGenerator" Version="3.1.0" /> | ||
<PackageReference Include="Lykke.SettingsReader" Version="5.3.0" /> | ||
<PackageReference Include="MAVN.Numerics" Version="1.0.0" /> | ||
<PackageReference Include="Refit" Version="4.6.107" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<RootNamespace>MAVN.Service.CurrencyConvertor.Client</RootNamespace> | ||
|
||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Remove="Lykke.Service.CurrencyConvertor.Client.xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Lykke.HttpClientGenerator" Version="3.1.0" /> | ||
<PackageReference Include="Lykke.SettingsReader" Version="5.3.0" /> | ||
<PackageReference Include="MAVN.Numerics" Version="1.0.0" /> | ||
<PackageReference Include="Refit" Version="7.2.22" /> | ||
</ItemGroup> | ||
</Project> |