Skip to content

Commit

Permalink
[Update] to net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 24, 2024
1 parent 68030ee commit 61d3cee
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Restore dependencies
run: dotnet restore uml4net.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget-reference-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Environment
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install dependencies
run: dotnet restore uml4net.sln
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the uml4net.CodeGenerator</Description>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.CodeGenerator/uml4net.CodeGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.Extensions.Tests/uml4net.Extensions.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the uml4net.Extensions</Description>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.HandleBars.Tests/uml4net.HandleBars.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down
2 changes: 1 addition & 1 deletion uml4net.Reporting.Tests/uml4net.Reporting.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the uml4net.Reporting library</Description>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.Tests/uml4net.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the uml4net library</Description>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.Tools.Tests/uml4net.Tools.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Company>Starion Group S.A.</Company>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.Tools/uml4net.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>12.0</LangVersion>
<Title>uml4net.Tools</Title>
<Description>A command line application that processes a UML file and generates various reports.</Description>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<PackageId>uml4net.Tools</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion uml4net.xmi.Tests/uml4net.xmi.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the uml4net.xmi library</Description>
Expand Down

0 comments on commit 61d3cee

Please sign in to comment.