Skip to content

Commit fb6ba0b

Browse files
Add slnx, update packages
1 parent 2826269 commit fb6ba0b

File tree

2 files changed

+89
-9
lines changed

2 files changed

+89
-9
lines changed

Directory.Packages.props

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<PackageVersion Include="coverlet.msbuild" Version="6.0.4" />
99
<PackageVersion Include="IntelliTect.Multitool" Version="1.5.3" />
1010
<PackageVersion Include="IntelliTect.TestTools.Console" Version="1.0.0" />
11-
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.9.2" />
12-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.9.2" />
13-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.1" />
14-
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" />
15-
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="9.0.4" />
16-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
17-
<PackageVersion Include="MSTest.TestAdapter" Version="3.8.3" />
18-
<PackageVersion Include="MSTest.TestFramework" Version="3.8.3" />
19-
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
11+
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.14.0" />
12+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.14.0" />
13+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
14+
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="9.0.9" />
15+
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" />
16+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
17+
<PackageVersion Include="MSTest.TestAdapter" Version="3.11.0" />
18+
<PackageVersion Include="MSTest.TestFramework" Version="3.11.0" />
19+
<PackageVersion Include="System.Linq.Async" Version="6.0.3" />
2020
<PackageVersion Include="System.Reflection" Version="4.3.0" />
2121
</ItemGroup>
2222
</Project>

EssentialCSharp.slnx

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Folder Name="/Shared/">
8+
<File Path="src/Shared/DoWorkEventArgs.cs" />
9+
<File Path="src/Shared/NetCore.cs" />
10+
<File Path="src/Shared/PiCalculator+InternalPiDigitCalculator.cs" />
11+
<File Path="src/Shared/PiCalculator.cs" />
12+
<File Path="src/Shared/Program.cs" />
13+
</Folder>
14+
<Folder Name="/Shared/Tests/">
15+
<File Path="src/Shared/Tests/CompilerAssert.cs" />
16+
<File Path="src/Shared/Tests/Parallel.runsettings" />
17+
<File Path="src/Shared/Tests/PowerShellTestUtilities.cs" />
18+
</Folder>
19+
<Folder Name="/Solution Items/">
20+
<File Path=".editorconfig" />
21+
<File Path=".gitignore" />
22+
<File Path=".runsettings" />
23+
<File Path="after.EssentialCSharp.sln.targets" />
24+
<File Path="Common.props" />
25+
<File Path="Directory.Build.props" />
26+
<File Path="Directory.Build.targets" />
27+
<File Path="Directory.Packages.props" />
28+
<File Path="global.json" />
29+
<File Path="README.md" />
30+
<File Path="src/Chapter.props" />
31+
<File Path="src/ChapterTests.props" />
32+
<File Path="testEnvironments.json" />
33+
</Folder>
34+
<Project Path="src/Chapter01.Tests/Chapter01.Tests.csproj" />
35+
<Project Path="src/Chapter01/Chapter01.csproj" />
36+
<Project Path="src/Chapter02.Tests/Chapter02.Tests.csproj" />
37+
<Project Path="src/Chapter02/Chapter02.csproj" />
38+
<Project Path="src/Chapter03.Tests/Chapter03.Tests.csproj" />
39+
<Project Path="src/Chapter03/Chapter03.csproj" />
40+
<Project Path="src/Chapter04.Tests/Chapter04.Tests.csproj" />
41+
<Project Path="src/Chapter04/Chapter04.csproj" />
42+
<Project Path="src/Chapter05.Tests/Chapter05.Tests.csproj" />
43+
<Project Path="src/Chapter05/Chapter05.csproj" />
44+
<Project Path="src/Chapter06.Tests/Chapter06.Tests.csproj" />
45+
<Project Path="src/Chapter06/Chapter06.csproj" />
46+
<Project Path="src/Chapter07.Tests/Chapter07.Tests.csproj" />
47+
<Project Path="src/Chapter07/Chapter07.csproj" />
48+
<Project Path="src/Chapter08.Tests/Chapter08.Tests.csproj" />
49+
<Project Path="src/Chapter08/Chapter08.csproj" />
50+
<Project Path="src/Chapter09.Tests/Chapter09.Tests.csproj" />
51+
<Project Path="src/Chapter09/Chapter09.csproj" />
52+
<Project Path="src/Chapter10.Tests/Chapter10.Tests.csproj" />
53+
<Project Path="src/Chapter10/Chapter10.csproj" />
54+
<Project Path="src/Chapter11.Tests/Chapter11.Tests.csproj" />
55+
<Project Path="src/Chapter11/Chapter11.csproj" />
56+
<Project Path="src/Chapter12.Tests/Chapter12.Tests.csproj" />
57+
<Project Path="src/Chapter12/Chapter12.csproj" />
58+
<Project Path="src/Chapter13.Tests/Chapter13.Tests.csproj" />
59+
<Project Path="src/Chapter13/Chapter13.csproj" />
60+
<Project Path="src/Chapter14.Tests/Chapter14.Tests.csproj" />
61+
<Project Path="src/Chapter14/Chapter14.csproj" />
62+
<Project Path="src/Chapter15.Tests/Chapter15.Tests.csproj" />
63+
<Project Path="src/Chapter15/Chapter15.csproj" />
64+
<Project Path="src/Chapter16.Tests/Chapter16.Tests.csproj" />
65+
<Project Path="src/Chapter16/Chapter16.csproj" />
66+
<Project Path="src/Chapter17.Tests/Chapter17.Tests.csproj" />
67+
<Project Path="src/Chapter17/Chapter17.csproj" />
68+
<Project Path="src/Chapter18.Tests/Chapter18.Tests.csproj" />
69+
<Project Path="src/Chapter18/Chapter18.csproj" />
70+
<Project Path="src/Chapter19.Tests/Chapter19.Tests.csproj" />
71+
<Project Path="src/Chapter19/Chapter19.csproj" />
72+
<Project Path="src/Chapter20.Tests/Chapter20.Tests.csproj" />
73+
<Project Path="src/Chapter20/Chapter20.csproj" />
74+
<Project Path="src/Chapter21.Tests/Chapter21.Tests.csproj" />
75+
<Project Path="src/Chapter21/Chapter21.csproj" />
76+
<Project Path="src/Chapter22.Tests/Chapter22.Tests.csproj" />
77+
<Project Path="src/Chapter22/Chapter22.csproj" />
78+
<Project Path="src/Chapter23.Tests/Chapter23.Tests.csproj" />
79+
<Project Path="src/Chapter23/Chapter23.csproj" />
80+
</Solution>

0 commit comments

Comments
 (0)