Skip to content

Commit

Permalink
DEV-22391 Upgrade .NET from 8.0.6 to 8.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvl87 committed Jul 24, 2024
1 parent 95f18f2 commit e8b8cd2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FontoXPathCSharp/FontoXPathCSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.6</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>8.0.7</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion PrscSharp/PrscSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.6</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>8.0.7</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion XPathBenchmarks/XPathBenchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.6</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>8.0.7</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion XPathRunner/XPathRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.6</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>8.0.7</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion XPathTest/XPathTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RuntimeFrameworkVersion>8.0.6</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>8.0.7</RuntimeFrameworkVersion>
<Version>7.0.0</Version>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit e8b8cd2

Please sign in to comment.