Skip to content

Commit

Permalink
Update Fixie to 4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Nov 15, 2024
1 parent 851f8cf commit c2b0860
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fixie.console": {
"version": "4.0.0",
"version": "4.1.0",
"commands": [
"fixie"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Fixie.TestAdapter" Version="4.0.0" />
<PackageVersion Include="Fixie.TestAdapter" Version="4.1.0" />
<PackageVersion Include="Fixie.Assertions" Version="0.0.3" />
<PackageVersion Include="DiffEngine" Version="13.0.2" />
<GlobalPackageReference Include="MinVer" Version="5.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Parsley.Tests/Parsley.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Parsley/Parsley.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c2b0860

Please sign in to comment.