Skip to content

Commit

Permalink
bump!: target .net 8.0 (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Shiwei Zhang <[email protected]>
  • Loading branch information
shizhMSFT authored Dec 26, 2023
1 parent 47b5c41 commit 37507f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/OrasProject.Oras/OrasProject.Oras.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PackageId>OrasProject.Oras</PackageId>
<Version>0.0.0-dev</Version>
<RepositoryUrl>https://github.com/oras-project/oras-dotnet</RepositoryUrl>
Expand All @@ -9,17 +9,17 @@
<PackageTags>OCI, ORAS, Registry, Container, Image, Artifacts</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>Oras.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="7.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/"/>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
</Project>

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

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

Expand Down

0 comments on commit 37507f6

Please sign in to comment.