Skip to content

Commit

Permalink
replace last usages of Version= to VersionOverride
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Oct 22, 2024
1 parent f7efb1e commit 7a187fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
<PackageReference Include="System.Data.SqlClient" Version="$(SqlVersion)" />
<PackageReference Include="System.Data.SqlClient" VersionOverride="$(SqlVersion)" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="$(SqliteVersion)" />
<PackageReference Include="Microsoft.Data.Sqlite" VersionOverride="$(SqliteVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a187fa

Please sign in to comment.