Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions SVGControl.Test/SVGControl.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,13 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
Expand Down
4 changes: 2 additions & 2 deletions SVGControl.Test/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
publicKeyToken="cc7b13ffcd2ddd51"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
<bindingRedirect oldVersion="0.0.0.0-4.2.4.0" newVersion="4.2.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand All @@ -32,7 +32,7 @@
publicKeyToken="b03f5f7f11d50a3a"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
4 changes: 2 additions & 2 deletions SVGControl.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<package id="Moq" version="4.20.69" targetFramework="net481" />
<package id="MSTest.TestAdapter" version="3.1.1" targetFramework="net481" />
<package id="MSTest.TestFramework" version="3.1.1" targetFramework="net481" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net481" />
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net481" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net481" />
<package id="System.Threading.Tasks.Extensions" version="4.6.3" targetFramework="net481" />
</packages>
25 changes: 15 additions & 10 deletions UtilitiesCS.Test/UtilitiesCS.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -636,23 +636,27 @@
<HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.22.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.19.2\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.22.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.19.2\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.22.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Protocols, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.19.2\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.22.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Validators, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Validators.8.19.2\lib\net472\Microsoft.IdentityModel.Validators.dll</HintPath>
Expand Down Expand Up @@ -793,8 +797,9 @@
<HintPath>..\packages\System.Formats.Asn1.10.0.10\lib\net462\System.Formats.Asn1.dll</HintPath>
</Reference>
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.19.2\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.22.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Interactive, Version=7.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>..\packages\System.Interactive.7.0.1\lib\net48\System.Interactive.dll</HintPath>
Expand Down
10 changes: 5 additions & 5 deletions UtilitiesCS.Test/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand Down Expand Up @@ -160,7 +160,7 @@
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand All @@ -184,23 +184,23 @@
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
name="Microsoft.IdentityModel.JsonWebTokens"
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
name="Microsoft.IdentityModel.Logging"
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand Down
10 changes: 5 additions & 5 deletions UtilitiesCS.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@
version="4.86.1"
targetFramework="net481"
/>
<package id="Microsoft.IdentityModel.Abstractions" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Logging" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Abstractions" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Logging" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Protocols" version="8.19.2" targetFramework="net481" />
<package
id="Microsoft.IdentityModel.Protocols.OpenIdConnect"
version="8.19.2"
targetFramework="net481"
/>
<package id="Microsoft.IdentityModel.Tokens" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Tokens" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Validators" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IO.RecyclableMemoryStream" version="3.0.1" targetFramework="net481" />
<package id="Microsoft.Kiota.Abstractions" version="2.0.0" targetFramework="net481" />
Expand Down Expand Up @@ -178,7 +178,7 @@
<package id="System.Collections.Immutable" version="10.0.10" targetFramework="net481" />
<package id="System.Diagnostics.DiagnosticSource" version="10.0.10" targetFramework="net481" />
<package id="System.Formats.Asn1" version="10.0.10" targetFramework="net481" />
<package id="System.IdentityModel.Tokens.Jwt" version="8.19.2" targetFramework="net481" />
<package id="System.IdentityModel.Tokens.Jwt" version="8.22.0" targetFramework="net481" />
<package id="System.Interactive" version="7.0.1" targetFramework="net481" />
<package id="System.Interactive.Async" version="7.0.1" targetFramework="net481" />
<package id="System.IO.FileSystem.AccessControl" version="5.0.0" targetFramework="net481" />
Expand Down
25 changes: 15 additions & 10 deletions UtilitiesCS/UtilitiesCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,27 @@
<Reference Include="Microsoft.Identity.Client.Extensions.Msal, Version=4.86.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Identity.Client.Extensions.Msal.4.86.1\lib\netstandard2.0\Microsoft.Identity.Client.Extensions.Msal.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.19.2\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Abstractions, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.8.22.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.19.2\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.8.22.0\lib\net472\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.19.2\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Logging, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.8.22.0\lib\net472\Microsoft.IdentityModel.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Protocols, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.8.19.2\lib\net472\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.19.2\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.8.22.0\lib\net472\Microsoft.IdentityModel.Tokens.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.IdentityModel.Validators, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Validators.8.19.2\lib\net472\Microsoft.IdentityModel.Validators.dll</HintPath>
Expand Down Expand Up @@ -336,8 +340,9 @@
<Private>True</Private>
</Reference>
<Reference Include="System.IdentityModel" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.19.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.19.2\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=8.22.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.8.22.0\lib\net472\System.IdentityModel.Tokens.Jwt.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Interactive, Version=7.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>..\packages\System.Interactive.7.0.1\lib\net48\System.Interactive.dll</HintPath>
Expand Down
6 changes: 3 additions & 3 deletions UtilitiesCS/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand Down Expand Up @@ -205,7 +205,7 @@
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand All @@ -221,7 +221,7 @@
publicKeyToken="31bf3856ad364e35"
culture="neutral"
/>
<bindingRedirect oldVersion="0.0.0.0-8.19.2.0" newVersion="8.19.2.0" />
<bindingRedirect oldVersion="0.0.0.0-8.22.0.0" newVersion="8.22.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity
Expand Down
10 changes: 5 additions & 5 deletions UtilitiesCS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@
version="4.86.1"
targetFramework="net481"
/>
<package id="Microsoft.IdentityModel.Abstractions" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Logging" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Abstractions" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Logging" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Protocols" version="8.19.2" targetFramework="net481" />
<package
id="Microsoft.IdentityModel.Protocols.OpenIdConnect"
version="8.19.2"
targetFramework="net481"
/>
<package id="Microsoft.IdentityModel.Tokens" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Tokens" version="8.22.0" targetFramework="net481" />
<package id="Microsoft.IdentityModel.Validators" version="8.19.2" targetFramework="net481" />
<package id="Microsoft.IO.RecyclableMemoryStream" version="3.0.1" targetFramework="net481" />
<package id="Microsoft.Kiota.Abstractions" version="2.0.0" targetFramework="net481" />
Expand Down Expand Up @@ -135,7 +135,7 @@
<package id="System.Formats.Asn1" version="10.0.10" targetFramework="net481" />
<package id="System.Globalization" version="4.3.0" targetFramework="net481" />
<package id="System.Globalization.Calendars" version="4.3.0" targetFramework="net481" />
<package id="System.IdentityModel.Tokens.Jwt" version="8.19.2" targetFramework="net481" />
<package id="System.IdentityModel.Tokens.Jwt" version="8.22.0" targetFramework="net481" />
<package id="System.Interactive" version="7.0.1" targetFramework="net481" />
<package id="System.Interactive.Async" version="7.0.1" targetFramework="net481" />
<package id="System.IO" version="4.3.0" targetFramework="net481" />
Expand Down
Loading