Skip to content

Commit 3d3ad4d

Browse files
committed
Updated project framework versions to net8
1 parent 55d0ff0 commit 3d3ad4d

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
DotNet.ReproducibleBuilds
2-
3-
group FSharpDepManagerExtension
4-
52
FSharp.Core

src/LockFileComparer/LockFileComparer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net8</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88
<ItemGroup>

src/Paket.Bootstrapper/Paket.Bootstrapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net461;net8</TargetFrameworks>
66
<StartupObject>Paket.Bootstrapper.Program</StartupObject>
77
<AssemblyName>paket.bootstrapper</AssemblyName>
88
<ToolCommandName>paketbootstrapper</ToolCommandName>

src/Paket/Paket.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
5+
<TargetFrameworks>net461;net8</TargetFrameworks>
66
<PackageId>Paket</PackageId>
77
<AssemblyName>paket</AssemblyName>
88
<IsPackable>true</IsPackable>
@@ -12,7 +12,7 @@
1212
<!-- .net tools support netcoreapp only -->
1313
<TargetFrameworks>
1414
</TargetFrameworks>
15-
<TargetFramework>netcoreapp3.1</TargetFramework>
15+
<TargetFramework>net8</TargetFramework>
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<None Include="../../README.md" Pack="true" PackagePath="\" />

tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net8</TargetFrameworks>
65
<TargetFrameworks>net461;net8</TargetFrameworks>
76
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
87
</PropertyGroup>

tests/Paket.Tests/Paket.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net461;net6</TargetFrameworks>
5+
<TargetFrameworks>net461;net8</TargetFrameworks>
66
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
77
<!-- these two properties are set for some tests around assembly metadata parsing.
88
they're written to the generated AssemblyInfo.fs -->

0 commit comments

Comments
 (0)