Skip to content

Commit 25953d1

Browse files
Build(deps): Bump Microsoft.PowerShell.SDK in /Source (#2563)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.4.0-rc.1 to 7.4.0. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.4.0-rc.1...v7.4.0) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9b4230 commit 25953d1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Source/NETworkManager.Models/NETworkManager.Models.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{8A2859DC-38B6-4E9D-A6B2-1828DC6641B3}</ProjectGuid>
44
<OutputType>Library</OutputType>
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2151.40" />
4343
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
4444
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
45-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0-rc.1" />
45+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0" />
4646
</ItemGroup>
4747

4848
<ItemGroup>

Source/NETworkManager/NETworkManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
@@ -77,7 +77,7 @@
7777
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.4" />
7878
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.77" />
7979
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
80-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0-rc.1" />
80+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0" />
8181
<PackageReference Include="nulastudio.NetBeauty" Version="2.1.4.1" />
8282
<Reference Include="AxMSTSCLib">
8383
<HintPath>$(TargetDir)\lib\AxMSTSCLib.dll</HintPath>

0 commit comments

Comments
 (0)