Skip to content

Commit

Permalink
Replace project reference with Nuget package from Nuget.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenlooplee committed May 17, 2021
1 parent 46c9b4d commit eeb3cb5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DialogUtils.Demo/DialogUtils.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DialogUtils" Version="1.0.0-rc" />
<PackageReference Include="MaterialDesignExtensions" Version="3.3.0" />
<PackageReference Include="MaterialDesignThemes" Version="4.0.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.31" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DialogUtils\DialogUtils.csproj" />
</ItemGroup>

</Project>

0 comments on commit eeb3cb5

Please sign in to comment.