Skip to content

Commit b3bba8f

Browse files
committed
CI: Test dependabot
1 parent 5d588cf commit b3bba8f

File tree

13 files changed

+25
-37
lines changed

13 files changed

+25
-37
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div align="center">
6262
<img alt="NETworkManager Features Preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-features.gif?raw=true" />
6363
<details>
64-
<summary>Click to see screenshots of NETworkManager in action!</summary>
64+
<summary>Click to see screenshots & GIFs of NETworkManager in action!</summary>
6565
<img alt="NETworkManager tabs and drag & drop preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview_tabs_drag_drop.gif?raw=true" />
6666
<img alt="NETworkManager dark/light theme preview" src="https://github.com/BornToBeRoot/NETworkManager/blob/main/Website/static/img/preview-light-theme.png?raw=true" />
6767
</details>

Source/NETworkManager.Controls/NETworkManager.Controls.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Controls</RootNamespace>
66
<AssemblyName>NETworkManager.Controls</AssemblyName>
7-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
8-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
1111
<UseWPF>true</UseWPF>
@@ -16,4 +16,3 @@
1616
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs"/>
1717
</ItemGroup>
1818
</Project>
19-

Source/NETworkManager.Converters/NETworkManager.Converters.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>NETworkManager.Converters</RootNamespace>
77
<AssemblyName>NETworkManager.Converters</AssemblyName>
8-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
9-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
8+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
9+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<SelfContained>false</SelfContained>
1212
<UseWPF>true</UseWPF>
@@ -31,4 +31,3 @@
3131
<PackageReference Include="MahApps.Metro" Version="2.4.11" />
3232
</ItemGroup>
3333
</Project>
34-

Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>NETworkManager.Documentation</RootNamespace>
77
<AssemblyName>NETworkManager.Documentation</AssemblyName>
8-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
9-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
8+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
9+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<SelfContained>false</SelfContained>
1212
<UseWPF>true</UseWPF>
@@ -110,4 +110,3 @@
110110
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj" />
111111
</ItemGroup>
112112
</Project>
113-

Source/NETworkManager.Localization/NETworkManager.Localization.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Localization</RootNamespace>
66
<AssemblyName>NETworkManager.Localization</AssemblyName>
7-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
8-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
1111
<UseWPF>true</UseWPF>
@@ -89,4 +89,3 @@
8989
</EmbeddedResource>
9090
</ItemGroup>
9191
</Project>
92-

Source/NETworkManager.Models/NETworkManager.Models.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Models</RootNamespace>
66
<AssemblyName>NETworkManager.Models</AssemblyName>
7-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
8-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
1111
<CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata>
@@ -61,4 +61,3 @@
6161
</Content>
6262
</ItemGroup>
6363
</Project>
64-

Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Profiles</RootNamespace>
66
<AssemblyName>NETworkManager.Profiles</AssemblyName>
7-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
8-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
1111
<UseWPF>true</UseWPF>
@@ -28,4 +28,3 @@
2828
<ProjectReference Include="..\NETworkManager.Settings\NETworkManager.Settings.csproj" />
2929
</ItemGroup>
3030
</Project>
31-

Source/NETworkManager.Settings/NETworkManager.Settings.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Settings</RootNamespace>
66
<AssemblyName>NETworkManager.Settings</AssemblyName>
7-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
8-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
1111
<UseWPF>true</UseWPF>
@@ -60,4 +60,3 @@
6060
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj" />
6161
</ItemGroup>
6262
</Project>
63-

Source/NETworkManager.Update/NETworkManager.Update.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>NETworkManager.Update</RootNamespace>
77
<AssemblyName>NETworkManager.Update</AssemblyName>
8-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
9-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
8+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
9+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<SelfContained>false</SelfContained>
1212
<UseWPF>true</UseWPF>
@@ -21,4 +21,3 @@
2121
<PackageReference Include="Octokit" Version="14.0.0" />
2222
</ItemGroup>
2323
</Project>
24-

Source/NETworkManager.Utilities.WPF/NETworkManager.Utilities.WPF.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Utilities.WPF</RootNamespace>
66
<AssemblyName>NETworkManager.Utilities.WPF</AssemblyName>
7-
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
8-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<TargetFrameworks>net10.0-windows10.0.22621.0</TargetFrameworks>
8+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
1111
<UseWPF>true</UseWPF>
@@ -19,4 +19,3 @@
1919
<PackageReference Include="MahApps.Metro" Version="2.4.11" />
2020
</ItemGroup>
2121
</Project>
22-

0 commit comments

Comments
 (0)