Skip to content

Commit

Permalink
fixing package conflict by upgrading version
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 17, 2024
1 parent db13a3d commit 2212c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.15</Version>
<Version>0.0.16</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RollForward>major</RollForward>
Expand Down
2 changes: 1 addition & 1 deletion Lib/Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>MigrateLib</PackageId>
<Version>0.0.15</Version>
<Version>0.0.16</Version>
<Authors>Luis Ángel Méndez Gort</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>Migrate</AssemblyName>
Expand Down

0 comments on commit 2212c42

Please sign in to comment.