Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update, remove nugets #496

Merged
merged 1 commit into from
Mar 2, 2024
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
2 changes: 1 addition & 1 deletion src/DCSFlightpanels/DCSFlightpanels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="Octokit" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Windows\LinkMappingWindow.xaml.cs" />
Expand Down
2 changes: 1 addition & 1 deletion src/HidLibrary/HidLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/MEF/MEF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
Expand Down
14 changes: 7 additions & 7 deletions src/NonVisuals/NonVisuals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
<ProjectReference Include="..\StreamDeckSharp\StreamDeckSharp\StreamDeckSharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
<PackageReference Include="Verify.Xunit" Version="22.6.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.console" Version="2.6.2">
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="System.Drawing.Common" Version="8.0.2" />
<PackageReference Include="Verify.Xunit" Version="23.2.2" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.console" Version="2.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenMacroBoard.SDK/OpenMacroBoard.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion src/StreamDeckSharp.Tests/StreamDeckHidWriteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

namespace StreamDeckSharp.Tests
{
[UsesVerify]
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public class StreamDeckHidWriteTests
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
Expand Down
1 change: 0 additions & 1 deletion src/StreamDeckSharp.Tests/StreamDeckIoBitmapKeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace StreamDeckSharp.Tests
{
[UsesVerify]
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public class StreamDeckIoBitmapKeyTests
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
Expand Down
1 change: 0 additions & 1 deletion src/StreamDeckSharp.Tests/StreamDeckIoHardwareTwins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace StreamDeckSharp.Tests
{
[UsesVerify]
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public class StreamDeckIoHardwareTwins
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
Expand Down
1 change: 0 additions & 1 deletion src/StreamDeckSharp.Tests/StreamDeckIoKeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace StreamDeckSharp.Tests
{
[UsesVerify]
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public class StreamDeckIoKeyTests
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
Expand Down
14 changes: 7 additions & 7 deletions src/StreamDeckSharp.Tests/StreamDeckSharp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="17.7.37355" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="17.9.37000" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="Verify.ImageSharp" Version="4.2.0" />
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="Verify.Xunit" Version="23.2.2" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/StreamDeckSharp/StreamDeckSharp/StreamDeckSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<ItemGroup>
<PackageReference Include="HidSharp" Version="2.1.0" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="17.7.37355" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.10.0" Version="17.9.37000" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Tests/DCSFPTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ExpectedObjects" Version="3.5.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.console" Version="2.6.2">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.console" Version="2.7.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Loading