Skip to content

Commit

Permalink
Updates to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanedwardes committed Jul 31, 2024
1 parent 0b7a20c commit c3d693c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

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

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputTypeEx>exe</OutputTypeEx>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>5.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>alanedwardes,stephanvs</Authors>
<Description>An Azure Storage Accounts adapter for Estranged.Lfs</Description>
<PackageId>Estranged.Lfs.Adapter.Azure.Blob</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/Estranged.Lfs.Adapter.S3/Estranged.Lfs.Adapter.S3.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>5.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>alanedwardes</Authors>
<Description>An S3 adapter for Estranged.Lfs.Api.</Description>
<PackageId>Estranged.Lfs.Adapter.S3</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/Estranged.Lfs.Api/Estranged.Lfs.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>5.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>alanedwardes</Authors>
<Description>A Git LFS server implementation in C# designed to run in a serverless environment.</Description>
<PackageId>Estranged.Lfs.Api</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>5.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>alanedwardes</Authors>
<Description>A BitBucket authentication adapter for Estranged.Lfs.Api.</Description>
<PackageId>Estranged.Lfs.Authenticator.BitBucket</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>5.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>alanedwardes</Authors>
<Description>A GitHub authentication adapter for Estranged.Lfs.Api.</Description>
<PackageId>Estranged.Lfs.Authenticator.GitHub</PackageId>
Expand Down
4 changes: 2 additions & 2 deletions src/Estranged.Lfs.Data/Estranged.Lfs.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>4.0.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>5.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<Authors>alanedwardes</Authors>
<Description>A Git LFS server implementation in C# designed to run in a serverless environment.</Description>
<PackageId>Estranged.Lfs.Data</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion tests/Estranged.Lfs.Tests/Estranged.Lfs.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down

0 comments on commit c3d693c

Please sign in to comment.