Skip to content

Commit d9e7138

Browse files
committed
use final version of 7 sdk
1 parent 0ec56c1 commit d9e7138

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Engine/Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</ItemGroup>
6363

6464
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Debug'">
65-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0-rc.3" />
65+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
6666
</ItemGroup>
6767
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Debug'">
6868
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>
@@ -75,7 +75,7 @@
7575
</ItemGroup>
7676

7777
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Release'">
78-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0-rc.3" />
78+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
7979
</ItemGroup>
8080
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Release'">
8181
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>

Rules/Rules.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>
7272
</PropertyGroup>
7373
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Release'">
74-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0-rc.3" />
74+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
7575
</ItemGroup>
7676
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0' AND '$(Configuration)' == 'PSV6Release'">
7777
<DefineConstants>$(DefineConstants);PSV6;CORECLR</DefineConstants>
@@ -84,7 +84,7 @@
8484
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>
8585
</PropertyGroup>
8686
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Debug'">
87-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0-rc.3" />
87+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
8888
</ItemGroup>
8989
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0' AND '$(Configuration)' == 'PSV6Debug'">
9090
<DefineConstants>$(DefineConstants);PSV6;CORECLR</DefineConstants>

0 commit comments

Comments
 (0)