Skip to content

Commit

Permalink
Add an empty DotnetToolSettings.xml
Browse files Browse the repository at this point in the history
Install fails since dotnet 9 update

dotnet/sdk#38172
chucknorris/roundhouse#421
  • Loading branch information
timabell committed Dec 17, 2024
1 parent 2d68984 commit d307db8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DotnetToolSettings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<DotnetToolSettings>
</DotnetToolSettings>
6 changes: 6 additions & 0 deletions src/sln-items-sync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<None Update="DotnetToolSettings.xml">
<Pack>true</Pack>
<PackagePath>content</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" />
<PackageReference Include="SlnEditor" />
Expand Down

0 comments on commit d307db8

Please sign in to comment.