Skip to content

Commit

Permalink
Upgrade new projects to .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed Apr 22, 2024
1 parent 25ab903 commit ccced1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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>
<RollForward>LatestMajor</RollForward>
<IsTestProject>true</IsTestProject>
<ImplicitUsings>enable</ImplicitUsings>
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>
<RollForward>LatestMajor</RollForward>
<AssemblyName>Microsoft.KernelMemory.MemoryDb.AzureCosmosDBMongoDB</AssemblyName>
<RootNamespace>Microsoft.KernelMemory.MemoryDb.AzureCosmosDBMongoDB</RootNamespace>
Expand Down

0 comments on commit ccced1d

Please sign in to comment.