Skip to content

Commit a6350df

Browse files
Update TFM to .NET 6
1 parent 5ede54f commit a6350df

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/Umbraco.Cloud.StorageProviders.AzureBlob/Umbraco.Cloud.StorageProviders.AzureBlob.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44
<Nullable>enable</Nullable>
55
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Umbraco.Cloud.StorageProviders.AzureBlob/packages.lock.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
".NETCoreApp,Version=v5.0": {
4+
"net6.0": {
55
"Microsoft.SourceLink.GitHub": {
66
"type": "Direct",
77
"requested": "[1.1.1, )",
@@ -1244,11 +1244,7 @@
12441244
"System.IO.Hashing": {
12451245
"type": "Transitive",
12461246
"resolved": "6.0.0",
1247-
"contentHash": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==",
1248-
"dependencies": {
1249-
"System.Buffers": "4.5.1",
1250-
"System.Memory": "4.5.4"
1251-
}
1247+
"contentHash": "Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g=="
12521248
},
12531249
"System.IO.Pipelines": {
12541250
"type": "Transitive",

0 commit comments

Comments
 (0)