Skip to content

Commit c8d9c40

Browse files
Merge pull request #110 from ESC-BV/dasl-bump
Update Microsoft.Identity.Client
2 parents 9a5b91c + 3ca039a commit c8d9c40

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: .NET SDK
2525
uses: actions/setup-dotnet@v1
2626
with:
27-
dotnet-version: "5.0"
27+
dotnet-version: "6.0"
2828

2929
- name: Install dependencies
3030
run: dotnet restore

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: .NET SDK
2121
uses: actions/setup-dotnet@v1
2222
with:
23-
dotnet-version: "5.0"
23+
dotnet-version: "6.0"
2424

2525
- name: Install dependencies
2626
run: dotnet restore

sample/SendMailSample/SendMailSample.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.23" />
10-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.23" />
11-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.23" />
12-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.23" />
9+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
10+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="6.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

src/FluentEmail.Graph/FluentEmail.Graph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</PackageReference>
4444
<PackageReference Include="Microsoft.Graph" Version="4.29.0" />
4545
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.7" />
46-
<PackageReference Include="Microsoft.Identity.Client" Version="4.43.0" />
46+
<PackageReference Include="Microsoft.Identity.Client" Version="4.44.0" />
4747
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
4848
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4949
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)