Skip to content

Commit

Permalink
Added NET8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eaba committed Nov 14, 2023
1 parent 744989b commit 87f7b8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AvroSchemaGenerator.Tests/AvroSchemaGenerator.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion SchemaGenerator/AvroSchemaGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net7.0;net8.0</TargetFrameworks>
<PackageProjectUrl>https://github.com/eaba/SchemaGenerator</PackageProjectUrl>
<RepositoryUrl>https://github.com/eaba/SchemaGenerator</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
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": "7.0.101",
"version": "8.0.100",
"rollForward": "latestMinor"
}
}

0 comments on commit 87f7b8d

Please sign in to comment.