Skip to content

Commit a14c3e6

Browse files
committed
Updating to .NET 8.0
1 parent 9138087 commit a14c3e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

JWT-Console/JWT-Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>JWT_Console</RootNamespace>
77
<DocuSignAuthType>JWT</DocuSignAuthType>
88
</PropertyGroup>

Quick_ACG/Quick_ACG.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>8.0</LangVersion>
66
<RootNamespace>DocuSign.CodeExamples</RootNamespace>
77
</PropertyGroup>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For a list of code examples that use the Web Forms API, see the [How-to guides o
9090

9191
where {base_url} is the URL for the web app.
9292

93-
1. [C# .NET Core](https://dotnet.microsoft.com/download/dotnet-core) 3.1 or later.
93+
1. [Microsoft .NET](https://dotnet.microsoft.com/en-us/download) 8.0 or later.
9494
1. [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) with ASP.NET package
9595

9696

launcher-csharp.Tests/launcher-csharp.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>launcher_csharp.Tests</RootNamespace>
66

77
<IsPackable>false</IsPackable>

launcher-csharp/launcher-csharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>8.0</LangVersion>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)