Skip to content

Commit

Permalink
chore(deps): bump YamlDotNet from 16.2.1 to 16.3.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent f515d6b commit 71f5845
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/GitSync.GitLab.Tool/GitSync.GitLab.Tool.csproj
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ToolCommandName>gitlabsync</ToolCommandName>
<PackageId>GitLabSync.Tool</PackageId>
<PackAsTool>True</PackAsTool>
<CopyLocalLockFileAssemblies>True</CopyLocalLockFileAssemblies>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\GitSync.GitLab\GitSync.GitLab.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="YamlDotNet" Version="16.2.1" />
</ItemGroup>

<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="readme.md" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ToolCommandName>gitlabsync</ToolCommandName>
<PackageId>GitLabSync.Tool</PackageId>
<PackAsTool>True</PackAsTool>
<CopyLocalLockFileAssemblies>True</CopyLocalLockFileAssemblies>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\GitSync.GitLab\GitSync.GitLab.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="YamlDotNet" Version="16.3.0" />
</ItemGroup>

<ItemGroup>
<None Include="../../readme.md" Pack="true" PackagePath="readme.md" />
</ItemGroup>

</Project>

0 comments on commit 71f5845

Please sign in to comment.