diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-13 07:20:18 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-13 07:20:18 +0300 |
commit | 6484cac4f025bd84f7ffa2b2030d729dafe09d3d (patch) | |
tree | 9c6ff3a127362a05f1d7eccb8f00b4a692479e57 /src/RhSolutions.csproj | |
parent | 6fe49f6ad196b7ca8d83939d11209a1f3edbd80e (diff) |
Move Sku class to nuget package
Diffstat (limited to 'src/RhSolutions.csproj')
-rw-r--r-- | src/RhSolutions.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RhSolutions.csproj b/src/RhSolutions.csproj index 8db6006..60182f6 100644 --- a/src/RhSolutions.csproj +++ b/src/RhSolutions.csproj @@ -17,6 +17,7 @@ <PackageReference Include="ExcelDna.Interop" Version="15.0.0" /> <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> + <PackageReference Include="RhSolutions.Sku" Version="0.1.1" /> <PackageReference Include="System.Net.Http" Version="4.3.4" /> </ItemGroup> </Project>
\ No newline at end of file |