Skip to content

Commit

Permalink
Fix the versions...
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Sep 13, 2024
1 parent 016d327 commit c6a2f02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<DebugType>embedded</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<NoWarn>$(NoWarn);SA1208</NoWarn>
<GitVersionTargetFramework>net8.0</GitVersionTargetFramework>
</PropertyGroup>

<ItemGroup Condition=" ('$(IsPackable)' == 'true') or ('$(PackAsTool)' == 'true') ">
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.133" />
<PackageVersion Include="MSTest" Version="3.3.1" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.4" />
<PackageVersion Include="GitVersion.MSBuild" Version="5.12.0" />
<PackageVersion Include="GitVersion.MSBuild" Version="6.0.2" />
<PackageVersion Include="IdentityModel" Version="7.0.0" />
<PackageVersion Include="ConsoleAppFramework" Version="5.2.3" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
next-version: 1.9
workflow: GitHubFlow/v1
next-version: 1.9.0
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{CommitsSinceVersionSource ?? 0}'
assembly-informational-format: '{Major}.{Minor}.{Patch}.{CommitsSinceVersionSource ?? 0}-{BranchName}-{Sha}'
1 change: 1 addition & 0 deletions src/FishyFlip/FishyFlip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<PackageReference Include="IdentityModel" />
<PackageReference Include="GitVersion.MSBuild">
<PrivateAssets>All</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netstandard2.1'">
Expand Down

0 comments on commit c6a2f02

Please sign in to comment.