OAuth session persists via DPAPI; sign-in lives in the Start Stream dialog; add xUnit test project (6 passing)
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
<RootNamespace>ytLive</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="ytLive.Tests\**"/>
|
||||
<EmbeddedResource Remove="ytLive.Tests\**"/>
|
||||
<None Remove="ytLive.Tests\**"/>
|
||||
<Page Remove="ytLive.Tests\**"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Resource Include="Assets\llama-logo.png"/>
|
||||
<Resource Include="Assets\llama-logo-icon.png"/>
|
||||
@@ -20,6 +27,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.10"/>
|
||||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.12"/>
|
||||
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user