Skip to content

Commit

Permalink
DEV-20264: Upgrade to .NET 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGroeneboer committed Jan 22, 2024
1 parent 70a02b2 commit a17df6e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
5 changes: 5 additions & 0 deletions FontoXPathCSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPathTest", "XPathTest\XPat
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPathBenchmarks", "XPathBenchmarks\XPathBenchmarks.csproj", "{DBBAF0BF-3B81-4398-B201-6D060AFD0EDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E06678D-E6B2-48A5-A91C-CF4130198E1F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions FontoXPathCSharp/FontoXPathCSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.25</RuntimeFrameworkVersion>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.1</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions PrscSharp/PrscSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.25</RuntimeFrameworkVersion>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.1</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions XPathBenchmarks/XPathBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.25</RuntimeFrameworkVersion>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.1</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions XPathRunner/XPathRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.25</RuntimeFrameworkVersion>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.1</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions XPathTest/XPathTest.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RuntimeFrameworkVersion>6.0.25</RuntimeFrameworkVersion>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.1</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
Expand Down
7 changes: 0 additions & 7 deletions global.json

This file was deleted.

0 comments on commit a17df6e

Please sign in to comment.