-
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.
Loading status checks…
Bump Refit in /client/MAVN.Service.SmartVouchers.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] <support@github.com>
1 parent
0b9ca86
commit 4025704
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
54 changes: 27 additions & 27 deletions
54
client/MAVN.Service.SmartVouchers.Client/MAVN.Service.SmartVouchers.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,28 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<Product>MAVN.Service.SmartVouchers</Product> | ||
<Description>Client for MAVN.Service.SmartVouchers API</Description> | ||
<PackageLicenseUrl>https://github.com/OpenMAVN/MAVN.Service.SmartVouchers/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/OpenMAVN/MAVN.Service.SmartVouchers</PackageProjectUrl> | ||
<PackageIconUrl>https://avatars3.githubusercontent.com/u/14153330?v=3&s=200</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/OpenMAVN/MAVN.Service.SmartVouchers.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>MAVN;SmartVouchers</PackageTags> | ||
</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="$(AssemblyName).xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Lykke.HttpClientGenerator" Version="2.5.0" /> | ||
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" /> | ||
<PackageReference Include="Refit" Version="4.6.107" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<Version>1.0.0</Version> | ||
<Product>MAVN.Service.SmartVouchers</Product> | ||
<Description>Client for MAVN.Service.SmartVouchers API</Description> | ||
<PackageLicenseUrl>https://github.com/OpenMAVN/MAVN.Service.SmartVouchers/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/OpenMAVN/MAVN.Service.SmartVouchers</PackageProjectUrl> | ||
<PackageIconUrl>https://avatars3.githubusercontent.com/u/14153330?v=3&s=200</PackageIconUrl> | ||
<RepositoryUrl>https://github.com/OpenMAVN/MAVN.Service.SmartVouchers.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageTags>MAVN;SmartVouchers</PackageTags> | ||
</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="$(AssemblyName).xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Lykke.HttpClientGenerator" Version="2.5.0" /> | ||
<PackageReference Include="Lykke.SettingsReader" Version="5.2.0" /> | ||
<PackageReference Include="Refit" Version="7.2.22" /> | ||
</ItemGroup> | ||
</Project> |