Skip to content

Commit

Permalink
Bumped Baseline and Oakton to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Nov 29, 2022
1 parent f54dda9 commit 5afdffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>6.0.0-alpha.1</Version>
<Version>6.0.0-alpha.2</Version>
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/Weasel.CommandLine/Weasel.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Oakton" Version="4.6.3" />
<PackageReference Include="Oakton" Version="4.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Weasel.Core/Weasel.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Baseline" Version="4.0.0" />
<PackageReference Include="Baseline" Version="4.1.0" />
</ItemGroup>
<Import Project="../../Analysis.Build.props" />
</Project>
2 changes: 1 addition & 1 deletion src/Weasel.SqlServer.Tests/Weasel.SqlServer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Baseline" Version="4.0.0" />
<PackageReference Include="Baseline" Version="4.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="NSubstitute" Version="4.4.0" />
<PackageReference Include="Shouldly" Version="4.1.0" />
Expand Down

0 comments on commit 5afdffb

Please sign in to comment.