Commit e3f96b1
committed
#154 Simplify project build settings
Removed `<DebugType>portable>`, `<Deterministic>`,
`<ContinuousIntegrationBuild>`, and `<EmbedUntrackedSources>`
from `CryptoNet.ExtShared.csproj` and `CryptoNet.Models.csproj`.
These changes simplify the build configuration by removing
explicit settings for debug information, deterministic builds,
CI build flags, and SourceLink validation. Adjustments may
reflect a shift to default or external configurations.1 parent fc01986 commit e3f96b1
2 files changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
17 | | - | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
0 commit comments