Skip to content

Commit

Permalink
Renommage de la branche net7.0 en net80
Browse files Browse the repository at this point in the history
  • Loading branch information
GsKizuna committed Dec 23, 2023
1 parent 188922c commit d82e506
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET 7.0 for ubuntu
name: .NET 8.0 for ubuntu

on:
push:
branches: [ "net7.0" ]
branches: [ "net80" ]
pull_request:
branches: [ "net7.0" ]
branches: [ "net80" ]

env:
SOLUTION_FILE_PATH: .
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
dotnet-version: [ '7.0.x' ]
dotnet-version: [ '8.0.x' ]

steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET 7.0 for windows
name: .NET 8.0 for windows

on:
push:
branches: [ "net7.0" ]
branches: [ "net80" ]
pull_request:
branches: [ "net7.0" ]
branches: [ "net80" ]

env:
SOLUTION_FILE_PATH: .
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
dotnet-version: [ '7.0.x' ]
dotnet-version: [ '8.0.x' ]

steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 8 additions & 8 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,35 @@
</PropertyGroup>


<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|x64'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|x64'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|x86'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|x86'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|arm'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|arm'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|arm64'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|arm64'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|x64'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|x64'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|x86'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|x86'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|arm'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|arm'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|arm64'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|arm64'">
<DebugType>embedded</DebugType>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![.NET 6.0 windows](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet6.0_windows.yml/badge.svg?style=plastic)](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet6.0_windows.yml)
[![.NET 6.0 ubuntu](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet6.0_ubuntu.yml/badge.svg?style=plastic)](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet6.0_ubuntu.yml)
[![.NET 7.0 windows](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet7.0_windows.yml/badge.svg?style=plastic)](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet7.0_windows.yml)
[![.NET 7.0 ubuntu](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet7.0_ubuntu.yml/badge.svg?style=plastic)](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet7.0_ubuntu.yml)
[![.NET 8.0 windows](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet8.0_windows.yml/badge.svg?style=plastic)](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet8.0_windows.yml)
[![.NET 8.0 ubuntu](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet8.0_ubuntu.yml/badge.svg?style=plastic)](https://github.com/Galactic-Shrine/Galactic-Shrine-Env-VS/actions/workflows/dotnet8.0_ubuntu.yml)
![GitHub contributors](https://img.shields.io/github/contributors/Galactic-Shrine/Galactic-Shrine-Env-VS?style=plastic&label=Contributors)
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Galactic-Shrine/Galactic-Shrine-Env-VS?style=plastic&label=Last%20Commit)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/Galactic-Shrine/Galactic-Shrine-Env-VS/master?style=plastic&label=Commit%20Activity)
Expand All @@ -28,7 +28,7 @@

master => .NET 6.0

net7.0 => .NET 7.0
net80 => .NET 8.0

github-pages => Documentation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand Down

0 comments on commit d82e506

Please sign in to comment.