Skip to content

Commit e5efd9c

Browse files
committed
Update VSharp to net8
1 parent a6cac2b commit e5efd9c

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

VSharp.API/VSharp.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<PropertyGroup>
39-
<TargetFramework>net7.0</TargetFramework>
39+
<TargetFramework>net8.0</TargetFramework>
4040
</PropertyGroup>
4141

4242
<PropertyGroup>

VSharp.CSharpUtils/VSharp.CSharpUtils.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<Configurations>Debug;Release;DebugTailRec</Configurations>
77
<Platforms>AnyCPU</Platforms>

VSharp.CoverageTool/VSharp.CoverageTool.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<Configurations>Debug;Release;DebugTailRec</Configurations>
77
<Platforms>AnyCPU</Platforms>

VSharp.Explorer/VSharp.Explorer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Configurations>Debug;Release;DebugTailRec</Configurations>
66
<Platforms>AnyCPU</Platforms>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>

VSharp.Fuzzer/VSharp.Fuzzer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<Configurations>Debug;Release;DebugTailRec</Configurations>
77
<Platforms>AnyCPU</Platforms>
88
<DefineConstants>$(DefineConstants);TRACEX</DefineConstants>

VSharp.IL/VSharp.IL.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<Configurations>Debug;Release;DebugTailRec</Configurations>
77
<Platforms>AnyCPU</Platforms>

VSharp.InternalCalls/VSharp.InternalCalls.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Configurations>Debug;Release;DebugTailRec</Configurations>
66
<Platforms>AnyCPU</Platforms>
77
</PropertyGroup>

VSharp.ML.GameServer/VSharp.ML.GameServer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

VSharp.SILI.Core/VSharp.SILI.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Configurations>Debug;Release;DebugTailRec</Configurations>
66
<Platforms>AnyCPU</Platforms>
77
</PropertyGroup>

VSharp.SILI/VSharp.SILI.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Configurations>Debug;Release;DebugTailRec</Configurations>
66
<Platforms>AnyCPU</Platforms>
77
</PropertyGroup>

0 commit comments

Comments
 (0)