File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
</ItemGroup >
63
63
64
64
<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" />
66
66
</ItemGroup >
67
67
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Debug'" >
68
68
<DefineConstants >$(DefineConstants);PSV7;CORECLR</DefineConstants >
75
75
</ItemGroup >
76
76
77
77
<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" />
79
79
</ItemGroup >
80
80
<PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' AND '$(Configuration)' == 'PSV7Release'" >
81
81
<DefineConstants >$(DefineConstants);PSV7;CORECLR</DefineConstants >
Original file line number Diff line number Diff line change 71
71
<DefineConstants >$(DefineConstants);PSV7;CORECLR</DefineConstants >
72
72
</PropertyGroup >
73
73
<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" />
75
75
</ItemGroup >
76
76
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' AND '$(Configuration)' == 'PSV6Release'" >
77
77
<DefineConstants >$(DefineConstants);PSV6;CORECLR</DefineConstants >
84
84
<DefineConstants >$(DefineConstants);PSV7;CORECLR</DefineConstants >
85
85
</PropertyGroup >
86
86
<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" />
88
88
</ItemGroup >
89
89
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' AND '$(Configuration)' == 'PSV6Debug'" >
90
90
<DefineConstants >$(DefineConstants);PSV6;CORECLR</DefineConstants >
You can’t perform that action at this time.
0 commit comments