Skip to content

Commit e9db44a

Browse files
chore: upgrade c# version to 14
1 parent 36a5250 commit e9db44a

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

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>12</LangVersion>
3+
<LangVersion>14</LangVersion>
44
<Nullable>enable</Nullable>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Authors>Brice SCHUMACHER</Authors>

NotoriousTest.slnx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<File Path="NotoriousTest/LICENSE.txt" />
1515
<File Path="README.md" />
1616
</Folder>
17-
<Folder Name="/Samples/">
18-
<Project Path="Samples/NotoriousTests.InfrastructuresSamples.TestWebApp/NotoriousTests.InfrastructuresSamples.TestWebApp.csproj" />
19-
<Project Path="Samples/NotoriousTests.InfrastructuresSamples/NotoriousTests.InfrastructuresSamples.csproj" />
20-
</Folder>
2117
<Folder Name="/src/" />
2218
<Folder Name="/src/CI/">
2319
<File Path=".github/workflows/prerelease.yml" />
@@ -31,6 +27,11 @@
3127
<Project Path="NotoriousTest.Watchdog/NotoriousTest.Watchdog.csproj" Id="a925d516-7983-4cbf-a637-e54edecb47b3" />
3228
<Project Path="NotoriousTest/NotoriousTest.csproj" />
3329
</Folder>
30+
<Folder Name="/src/Dependencies/">
31+
<File Path="Directory.Build.props" />
32+
<File Path="Directory.Build.targets" />
33+
<File Path="Directory.Packages.props" />
34+
</Folder>
3435
<Folder Name="/src/Infrastructures/">
3536
<Project Path="NotoriousTest.Database/NotoriousTest.Database.csproj" Id="61a1bf4a-e96c-464e-a985-8ac40019acd1" />
3637
<Project Path="NotoriousTest.PostgreSql/NotoriousTest.PostgreSql.csproj" />
@@ -39,10 +40,14 @@
3940
<Project Path="NotoriousTest.TestContainers/NotoriousTest.TestContainers.csproj" />
4041
<Project Path="NotoriousTest.Web/NotoriousTest.Web.csproj" Id="5a2ebcfc-d429-4f2a-be6c-c7680a4ee8b7" />
4142
</Folder>
43+
<Folder Name="/src/Samples/">
44+
<Project Path="Samples/NotoriousTests.InfrastructuresSamples.TestWebApp/NotoriousTests.InfrastructuresSamples.TestWebApp.csproj" />
45+
<Project Path="Samples/NotoriousTests.InfrastructuresSamples/NotoriousTests.InfrastructuresSamples.csproj" />
46+
</Folder>
4247
<Folder Name="/src/TestFramework/">
4348
<Project Path="NotoriousTest.XUnit/NotoriousTest.XUnit.csproj" Id="7936b457-1116-4175-92ee-2dd46d7b6273" />
4449
</Folder>
45-
<Folder Name="/Tests/">
50+
<Folder Name="/src/Tests/">
4651
<Project Path="NotoriousTest.IntegrationTests.Web/NotoriousTest.IntegrationTests.Web.csproj" Id="a18ad5d8-bda4-4161-bd11-224e6e78000a" />
4752
<Project Path="NotoriousTest.IntegrationTests/NotoriousTest.IntegrationTests.csproj" Id="16bc60da-65d0-42a3-8e12-d8903045cf5b" />
4853
<Project Path="NotoriousTest.UnitTests/NotoriousTest.UnitTests.csproj" />

0 commit comments

Comments
 (0)