Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 0ccaf3c

Browse files
author
Not Officer
committed
.net6 support
1 parent 3b5b91b commit 0ccaf3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Fortnite-API.Test/Fortnite-API.Test.csproj

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>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<RootNamespace>Fortnite_API.Test</RootNamespace>
77
</PropertyGroup>
88

src/Fortnite-API/Fortnite-API.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-
<TargetFrameworks>netstandard2.1;net452;net472;net48;netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.1;net452;net472;net48;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
55
<RootNamespace>Fortnite_API</RootNamespace>
66
<Description>C# wrapper for https://fortnite-api.com</Description>
77
<PackageId>Fortnite-API-Wrapper</PackageId>

0 commit comments

Comments
 (0)