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

Commit 9b7b96e

Browse files
committed
ref: C# 7.3 and deterministic builds
1 parent 75a1112 commit 9b7b96e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<LangVersion>7.2</LangVersion>
4-
3+
<LangVersion>7.3</LangVersion>
54
<AssemblyOriginatorKeyFile>../../.assets/Sentry.snk</AssemblyOriginatorKeyFile>
65
<SignAssembly>true</SignAssembly>
7-
6+
<Deterministic>True</Deterministic>
87
<Version>1.0.0</Version>
98
</PropertyGroup>
109
<ItemGroup>

0 commit comments

Comments
 (0)