Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit e0dd29a

Browse files
committed
fix: Keep C# 7.2
1 parent 7c3fa34 commit e0dd29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<LangVersion>7.3</LangVersion>
3+
<LangVersion>7.2</LangVersion>
44
<AssemblyOriginatorKeyFile>../../.assets/Sentry.snk</AssemblyOriginatorKeyFile>
55
<SignAssembly>true</SignAssembly>
66
<Deterministic>True</Deterministic>

0 commit comments

Comments
 (0)