Upgrade to .NET7. · CaptnCodr/github-api-cli@bac69e6 · GitHub
Skip to content

Commit bac69e6

Browse files
committed
Upgrade to .NET7.
1 parent 4d21af0 commit bac69e6

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion

github-api-cli.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<AssemblyName>gapic</AssemblyName>
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFramework>net7.0</TargetFramework>
77
<PublishSingleFile>true</PublishSingleFile>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PublishTrimmed>true</PublishTrimmed>
10-
<Version>0.0.0.3</Version>
10+
<Version>0.0.1.0</Version>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<Content Include=".config\dotnet-tools.json" />

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source https://api.nuget.org/v3/index.json
2-
framework: net6.0
2+
framework: net7.0
33

44
github CaptnCodr/FSharpExtensions:main ResourceExtension.fs
55

paket.lock

Lines changed: 17 additions & 17 deletions

0 commit comments

Comments
 (0)