-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump AutoMapper from 10.0.0 to 10.1.1 in /src
Bumps [AutoMapper](https://github.com/AutoMapper/AutoMapper) from 10.0.0 to 10.1.1. - [Release notes](https://github.com/AutoMapper/AutoMapper/releases) - [Changelog](https://github.com/AutoMapper/AutoMapper/blob/master/docs/API-Changes.md) - [Commits](AutoMapper/AutoMapper@v10.0.0...v10.1.1) Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
1f309aa
commit 9b9eb2b
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
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,22 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<LangVersion>8.0</LangVersion> | ||
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
<Title>GitReleaseManager.Core</Title> | ||
<Description>Create release notes in markdown given a milestone</Description> | ||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="CommandLineParser" Version="2.8.0" /> | ||
<PackageReference Include="Destructurama.Attributed" Version="2.0.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Octokit" Version="0.48.0" /> | ||
<PackageReference Include="Scriban" Version="2.1.4" /> | ||
<PackageReference Include="seriloganalyzer" Version="0.15.0" /> | ||
<PackageReference Include="YamlDotNet" Version="8.1.2" /> | ||
<PackageReference Include="AutoMapper" Version="10.0.0" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<LangVersion>8.0</LangVersion> | ||
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
<Title>GitReleaseManager.Core</Title> | ||
<Description>Create release notes in markdown given a milestone</Description> | ||
<IsPackable>false</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="CommandLineParser" Version="2.8.0" /> | ||
<PackageReference Include="Destructurama.Attributed" Version="2.0.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Octokit" Version="0.48.0" /> | ||
<PackageReference Include="Scriban" Version="2.1.4" /> | ||
<PackageReference Include="seriloganalyzer" Version="0.15.0" /> | ||
<PackageReference Include="YamlDotNet" Version="8.1.2" /> | ||
<PackageReference Include="AutoMapper" Version="10.1.1" /> | ||
</ItemGroup> | ||
</Project> |