Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to net8.0 #395

Merged
merged 3 commits into from Feb 24, 2024
Merged

Conversation

SebastianWachsmuth
Copy link

No description provided.

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be using <TargetFrameworks>net8.0;net7.0;net6.0;</TargetFrameworks> instead. The package should compile to all current .NET runtimes.

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be using <TargetFrameworks>net8.0;net7.0;net6.0;</TargetFrameworks> instead. The package should compile to all current .NET runtimes.

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be using <TargetFrameworks>net8.0;net7.0;net6.0;</TargetFrameworks> instead. The package should compile to all current .NET runtimes.

@@ -20,8 +20,8 @@
</PropertyGroup>

<ItemGroup>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SebastianWachsmuth
Copy link
Author

I added Multitargetting to the library project, but left the demo and docs at net8

@robertmclaws
Copy link
Contributor

robertmclaws commented Jan 2, 2024

Nice! Only thing I would say from here, and this is super nit-picky I know, is to go into the .csproj and .props files and Ctrl+e, D the documents so that the indents are consistent.

@jklemmack
Copy link

@robertmclaws Is there anything still holding up this PR? I have an interest in using a net8 version directly. Thanks!

@robertmclaws
Copy link
Contributor

I think it looks great and can be merged.

@zHaytam zHaytam changed the base branch from master to develop February 24, 2024 10:30
@zHaytam
Copy link
Collaborator

zHaytam commented Feb 24, 2024

Hello, thanks for the PR!

I just learned a new thing! Never knew about the props file... I will test this locally quickly and merge asap, thanks again

@zHaytam zHaytam merged commit ccc79f9 into Blazor-Diagrams:develop Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants