Files
velopack/samples/CSharpUnityMono/Assets/packages.config
T
Caelan 3128d34b14 Rework solution structure to allow more types of library projects (#196)
* Rename avalonia & wpf samples

* Rename rest of samples

* fix sample readme

* Fix compat util tests

* rename / move all src projects

* remove package lock files and move libC# again

* Add rust lib and cargo workspace

* Replace locksmith lib with new filelocksmith-rs library

* Deprecated type

* fix setup compile

* Use thiserror for error handling

* Rename some enums and formatting

* Add missing SHA256

* wip c++ library

* cpp wip

* alphabetize readme

* Try to get build working again

* Fix some conditionally compiled bits

* cross config should be in workspace root

* Fix PathHelper for new rust target dir

* Missed one old path to velopack.csproj

* remove obsolete coverage code

* testawareapp.exe no longer exists
2024-08-06 22:56:40 +01:00

10 lines
510 B
XML

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Extensions.Logging.Abstractions" version="2.2.0" />
<package id="Microsoft.Win32.Registry" version="5.0.0" />
<package id="Newtonsoft.Json" version="13.0.1" />
<package id="NuGet.Versioning" version="6.9.1" />
<package id="System.Security.AccessControl" version="5.0.0" />
<package id="System.Security.Principal.Windows" version="5.0.0" />
<package id="Velopack" version="0.0.359" manuallyInstalled="true" />
</packages>