Skip to content

Commit

Permalink
Merged Pull Request '#347 feature/version/net-8->version/4.5: FEAT: U…
Browse files Browse the repository at this point in the history
…pgrade Net6.0 to Net 8.0'

FEAT: Upgrade Net6.0 to Net 8.0
  • Loading branch information
Automation51D authored Dec 14, 2024
2 parents a215552 + 90e0b36 commit c6458b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/GenerateConfig/GenerateConfig.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>
<Platforms>AnyCPU;x64;x86;ARM64</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion performance-tests/performance-tests.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>
<RootNamespace>performance_tests</RootNamespace>
<AssemblyName>performance_tests</AssemblyName>
<Platforms>AnyCPU;x64;x86;ARM64</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion performance-tests/runPerf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ $CAL="calibrate"
$PRO="process"
$PERF="$scriptRoot/ApacheBench-prefix/src/ApacheBench-build/bin/runPerf.ps1"

Invoke-Expression "$PERF -n $PASSES -s '$d $pwd/../bin/$p/$c/net6.0/performance_tests.dll' -c $CAL -p $PRO -h $SERVICEHOST"
Invoke-Expression "$PERF -n $PASSES -s '$d $pwd/../bin/$p/$c/net8.0/performance_tests.dll' -c $CAL -p $PRO -h $SERVICEHOST"

0 comments on commit c6458b2

Please sign in to comment.