File tree 3 files changed +9
-4
lines changed
.azure-pipelines/common-templates
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5
5
- task : UseDotNet@2
6
6
displayName : Use .NET SDK
7
7
inputs :
8
- version : 8.x
8
+ version : 8.x
9
+
10
+ - task : UseDotNet@2
11
+ displayName : Use .NET SDK
12
+ inputs :
13
+ version : 6.x
9
14
10
15
- task : NuGetToolInstaller@1
11
16
displayName : Install Nuget
Original file line number Diff line number Diff line change 2
2
<Import Project =" $(MSBuildThisFileDirectory)..\..\..\Repo.props" />
3
3
<PropertyGroup >
4
4
<LangVersion >9.0</LangVersion >
5
- <TargetFrameworks >netstandard2.0;net8 .0;net472</TargetFrameworks >
5
+ <TargetFrameworks >netstandard2.0;net6 .0;net472</TargetFrameworks >
6
6
<RootNamespace >Microsoft.Graph.PowerShell.Authentication.Core</RootNamespace >
7
- <Version >2.25.0 </Version >
7
+ <Version >2.26.1 </Version >
8
8
<!-- Suppress .NET Target Framework Moniker (TFM) Support Build Warnings -->
9
9
<SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
10
10
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $ErrorActionPreference = 'Stop'
8
8
$ModuleName = " Authentication"
9
9
$ModulePrefix = " Microsoft.Graph"
10
10
$netStandard = " netstandard2.0"
11
- $netApp = " net8 .0"
11
+ $netApp = " net6 .0"
12
12
$netFx = " net472"
13
13
$copyExtensions = @ (' .dll' , ' .pdb' )
14
14
You can’t perform that action at this time.
0 commit comments