Skip to content

Commit 344843d

Browse files
authored
Merge pull request #1244 from microsoftgraph/dev
Main refresh
2 parents 7dad3d6 + ea752c9 commit 344843d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resources:
8282
type: github
8383
endpoint: microsoftgraph (22)
8484
name: microsoftgraph/msgraph-sdk-typescript
85-
ref: dev
85+
ref: main
8686
- repository: msgraph-beta-sdk-typescript
8787
type: github
8888
endpoint: microsoftgraph (22)
@@ -629,6 +629,7 @@ stages:
629629
language: 'typescript'
630630
version: ''
631631
repoName: 'msgraph-sdk-typescript'
632+
baseBranchName : 'main'
632633
branchName: $(v1Branch)
633634
targetClassName: "GraphBaseServiceClient"
634635
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"
@@ -658,6 +659,7 @@ stages:
658659
language: 'typescript'
659660
version: 'beta'
660661
repoName: 'msgraph-beta-sdk-typescript'
662+
baseBranchName : 'main'
661663
branchName: $(betaBranch)
662664
targetClassName: "GraphBetaBaseServiceClient"
663665
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"

GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2020
<PackageReference Include="MSTest.TestAdapter">
21-
<Version>3.3.1</Version>
21+
<Version>3.4.3</Version>
2222
</PackageReference>
2323
<PackageReference Include="MSTest.TestFramework">
24-
<Version>3.3.1</Version>
24+
<Version>3.4.3</Version>
2525
</PackageReference>
2626
</ItemGroup>
2727
</Project>

apidoctor

src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</ItemGroup>
5252
<ItemGroup>
5353
<PackageReference Include="Inflector.NetStandard" Version="1.2.2" />
54-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
54+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" />
5555
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
5656
<PackageReference Include="Mono.TextTemplating">
5757
<Version>2.3.1</Version>

0 commit comments

Comments
 (0)