Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed May 15, 2024
1 parent 23e7cda commit 79dac66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions AvaloniaSyncer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaSyncer", "src\Avalo
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaSyncer.Tests", "test\AvaloniaSyncer.Tests\AvaloniaSyncer.Tests.csproj", "{2C8FFFA6-189C-495E-BDE2-4F013544A169}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zafiro.Nuke", "..\..\SuperJMN-Zafiro\Zafiro.Nuke\src\Zafiro.Nuke\Zafiro.Nuke.csproj", "{5ECF1792-E6D8-4354-874E-03FB7B1A74F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -43,10 +41,6 @@ Global
{2C8FFFA6-189C-495E-BDE2-4F013544A169}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C8FFFA6-189C-495E-BDE2-4F013544A169}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8FFFA6-189C-495E-BDE2-4F013544A169}.Release|Any CPU.Build.0 = Release|Any CPU
{5ECF1792-E6D8-4354-874E-03FB7B1A74F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ECF1792-E6D8-4354-874E-03FB7B1A74F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ECF1792-E6D8-4354-874E-03FB7B1A74F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ECF1792-E6D8-4354-874E-03FB7B1A74F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 1 addition & 3 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageReference Include="Nuke.GitHub" Version="5.0.1" />
<PackageReference Include="Zafiro.Nuke" Version="0.1.8" />
</ItemGroup>
<ItemGroup>
<PackageDownload Include="GitVersion.Tool" Version="[5.12.0]" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\SuperJMN-Zafiro\Zafiro.Nuke\src\Zafiro.Nuke\Zafiro.Nuke.csproj" />
</ItemGroup>
</Project>

0 comments on commit 79dac66

Please sign in to comment.