Skip to content

Commit 82e24b0

Browse files
committed
Update .NET SDK
1 parent ca279e6 commit 82e24b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Benchmarks/Boxed.Mapping.Benchmark/Boxed.Mapping.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup Label="Build">
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1</TargetFrameworks>
5+
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup Label="Build">
4-
<LangVersion>preview</LangVersion>
4+
<LangVersion>latest</LangVersion>
55
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
66
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
77
<AnalysisLevel>latest</AnalysisLevel>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": true,
44
"rollForward": "latestMajor",
5-
"version": "7.0.100"
5+
"version": "7.0.100-preview.7.22377.5"
66
}
77
}

0 commit comments

Comments
 (0)