Skip to content

Commit

Permalink
Updating to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Oct 18, 2024
1 parent 9138087 commit a14c3e6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JWT-Console/JWT-Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>JWT_Console</RootNamespace>
<DocuSignAuthType>JWT</DocuSignAuthType>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Quick_ACG/Quick_ACG.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<RootNamespace>DocuSign.CodeExamples</RootNamespace>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For a list of code examples that use the Web Forms API, see the [How-to guides o

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

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


Expand Down
4 changes: 2 additions & 2 deletions launcher-csharp.Tests/launcher-csharp.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>launcher_csharp.Tests</RootNamespace>

<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion launcher-csharp/launcher-csharp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit a14c3e6

Please sign in to comment.