Skip to content

Commit

Permalink
Bumping to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
GwynethLlewelyn committed May 30, 2024
1 parent bf9c935 commit d40b42e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RESTbot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
xmlns:msb="http://schemas.microsoft.com/developer/msbuild/2003"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
schemaLocation="Microsoft.Build.xsd"
schemaLocation="./Microsoft.Build.xsd"
elementFormDefault="qualified">
<PropertyGroup Label="Globals">
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
Expand Down Expand Up @@ -79,7 +79,7 @@
<PackageReference Include="LibreMetaverse.StructuredData" Version="1.9.20.453-gwyn" />
<PackageReference Include="LibreMetaverse.Types" Version="1.9.20.453-gwyn" />
<PackageReference Include="LibreMetaverse.Utilities" Version="1.9.20.453-gwyn" /><!-- this allows us to include the cool Realism class for chatting! (gwyneth 20210121) -->
<PackageReference Include="log4net" Version="2.0.14" />
<PackageReference Include="log4net" Version="2.0.17" />
</ItemGroup>
<ItemGroup>
<None Include="$(AssetsFolder)images\RESTbot-logo.png" Pack="true" PackagePath="" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.15",
"version": "8.0.6",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down

0 comments on commit d40b42e

Please sign in to comment.