Retail_manager/RMWPFUserInterface/packages.config
s459315 ab827d849c Wired up login form to API
Connected the login form button to the Authentication endpoint (/token). Gets back bearer token or exception if failed
2022-07-08 17:31:58 +02:00

9 lines
581 B
XML

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Caliburn.Micro" version="4.0.210" targetFramework="net472" />
<package id="Caliburn.Micro.Core" version="4.0.210" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.9" targetFramework="net472" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net472" />
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="net472" />
</packages>