Skip to content

Commit 6dd815b

Browse files
committed
Update to .NET 8. (#47)
* Update to .NET 8.
1 parent d167c9b commit 6dd815b

File tree

12 files changed

+12888
-9269
lines changed

12 files changed

+12888
-9269
lines changed

Enigmatry.Entry.CodeGeneration.Configuration.Tests/Enigmatry.Entry.CodeGeneration.Configuration.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
Lines changed: 164 additions & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,165 @@
1-
{
2-
"version": 2,
3-
"dependencies": {
4-
"net7.0": {
5-
"coverlet.collector": {
6-
"type": "Direct",
7-
"requested": "[3.2.0, )",
8-
"resolved": "3.2.0",
9-
"contentHash": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg=="
10-
},
11-
"FluentAssertions": {
12-
"type": "Direct",
13-
"requested": "[6.8.0, )",
14-
"resolved": "6.8.0",
15-
"contentHash": "NfSlAG97wMxS48Ov+wQEhJITdn4bKrgtKrG4sCPrFBVKozpC57lQ2vzsPdxUOsPbfEgEQTMtvCDECxIlDBfgNA==",
16-
"dependencies": {
17-
"System.Configuration.ConfigurationManager": "4.4.0"
18-
}
19-
},
20-
"Microsoft.NET.Test.Sdk": {
21-
"type": "Direct",
22-
"requested": "[17.4.0, )",
23-
"resolved": "17.4.0",
24-
"contentHash": "VtNZQ83ntG2aEUjy1gq6B4HNdn96se6FmdY/03At8WiqDReGrApm6OB2fNiSHz9D6IIEtWtNZ2FSH0RJDVXl/w==",
25-
"dependencies": {
26-
"Microsoft.CodeCoverage": "17.4.0",
27-
"Microsoft.TestPlatform.TestHost": "17.4.0"
28-
}
29-
},
30-
"NUnit": {
31-
"type": "Direct",
32-
"requested": "[3.13.3, )",
33-
"resolved": "3.13.3",
34-
"contentHash": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==",
35-
"dependencies": {
36-
"NETStandard.Library": "2.0.0"
37-
}
38-
},
39-
"NUnit.Analyzers": {
40-
"type": "Direct",
41-
"requested": "[3.5.0, )",
42-
"resolved": "3.5.0",
43-
"contentHash": "uvYCAqtZrY9RZc1ErVREvcYr828uy4RmTZYfMPN5FrahvJp/b2+QEgsJISzU3cbxLc9IBBlEOBa9d4t6ejFM2Q=="
44-
},
45-
"NUnit3TestAdapter": {
46-
"type": "Direct",
47-
"requested": "[4.3.0, )",
48-
"resolved": "4.3.0",
49-
"contentHash": "oXlDbkGW01VPPgI8P/XQ+PZHqaJoWtV90WuAkR0yN8HC3hiPivy2AaBZP3lqOql4RFqdxvF5qYSuaeWI+7/wGg=="
50-
},
51-
"Microsoft.Build.Tasks.Git": {
52-
"type": "Transitive",
53-
"resolved": "1.1.1",
54-
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
55-
},
56-
"Microsoft.CodeCoverage": {
57-
"type": "Transitive",
58-
"resolved": "17.4.0",
59-
"contentHash": "2oZbSVTC2nAvQ2DnbXLlXS+c25ZyZdWeNd+znWwAxwGaPh9dwQ5NBsYyqQB7sKmJKIUdkKGmN3rzFzjVC81Dtg=="
60-
},
61-
"Microsoft.NETCore.Platforms": {
62-
"type": "Transitive",
63-
"resolved": "1.1.0",
64-
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
65-
},
66-
"Microsoft.SourceLink.Common": {
67-
"type": "Transitive",
68-
"resolved": "1.1.1",
69-
"contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg=="
70-
},
71-
"Microsoft.TestPlatform.ObjectModel": {
72-
"type": "Transitive",
73-
"resolved": "17.4.0",
74-
"contentHash": "oWe7A0wrZhxagTOcaxJ9r0NXTbgkiBQQuCpCXxnP06NsGV/qOoaY2oaangAJbOUrwEx0eka1do400NwNCjfytw==",
75-
"dependencies": {
76-
"NuGet.Frameworks": "5.11.0",
77-
"System.Reflection.Metadata": "1.6.0"
78-
}
79-
},
80-
"Microsoft.TestPlatform.TestHost": {
81-
"type": "Transitive",
82-
"resolved": "17.4.0",
83-
"contentHash": "sUx48fu9wgQF1JxzXeSVtzb7KoKpJrdtIzsFamxET3ZYOKXj+Ej13HWZ0U2nuMVZtZVHBmE+KS3Vv5cIdTlycQ==",
84-
"dependencies": {
85-
"Microsoft.TestPlatform.ObjectModel": "17.4.0",
86-
"Newtonsoft.Json": "13.0.1"
87-
}
88-
},
89-
"NETStandard.Library": {
90-
"type": "Transitive",
91-
"resolved": "2.0.0",
92-
"contentHash": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
93-
"dependencies": {
94-
"Microsoft.NETCore.Platforms": "1.1.0"
95-
}
96-
},
97-
"Newtonsoft.Json": {
98-
"type": "Transitive",
99-
"resolved": "13.0.1",
100-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
101-
},
102-
"NuGet.Frameworks": {
103-
"type": "Transitive",
104-
"resolved": "5.11.0",
105-
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
106-
},
107-
"System.Configuration.ConfigurationManager": {
108-
"type": "Transitive",
109-
"resolved": "4.4.0",
110-
"contentHash": "gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
111-
"dependencies": {
112-
"System.Security.Cryptography.ProtectedData": "4.4.0"
113-
}
114-
},
115-
"System.Reflection.Metadata": {
116-
"type": "Transitive",
117-
"resolved": "1.6.0",
118-
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
119-
},
120-
"System.Security.Cryptography.ProtectedData": {
121-
"type": "Transitive",
122-
"resolved": "4.4.0",
123-
"contentHash": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog=="
124-
},
125-
"enigmatry.entry.codegeneration.configuration": {
126-
"type": "Project",
127-
"dependencies": {
128-
"Enigmatry.Entry.CodeGeneration.Validation": "[1.0.0, )",
129-
"Humanizer.Core": "[2.14.1, )",
130-
"JetBrains.Annotations": "[2022.3.1, )",
131-
"Microsoft.SourceLink.GitHub": "[1.1.1, )"
132-
}
133-
},
134-
"enigmatry.entry.codegeneration.validation": {
135-
"type": "Project",
136-
"dependencies": {
137-
"Humanizer.Core": "[2.14.1, )",
138-
"Microsoft.SourceLink.GitHub": "[1.1.1, )"
139-
}
140-
},
141-
"Humanizer.Core": {
142-
"type": "CentralTransitive",
143-
"requested": "[2.14.1, )",
144-
"resolved": "2.14.1",
145-
"contentHash": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw=="
146-
},
147-
"JetBrains.Annotations": {
148-
"type": "CentralTransitive",
149-
"requested": "[2022.3.1, )",
150-
"resolved": "2022.3.1",
151-
"contentHash": "11nsS3+lFICGkztVs9PP2NRItxf9fF+qD6xEW/T0YGto52zj07wseUeBdMAU1ah9HNVTDZyRC1u4NWdtJScwhw=="
152-
},
153-
"Microsoft.SourceLink.GitHub": {
154-
"type": "CentralTransitive",
155-
"requested": "[1.1.1, )",
156-
"resolved": "1.1.1",
157-
"contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==",
158-
"dependencies": {
159-
"Microsoft.Build.Tasks.Git": "1.1.1",
160-
"Microsoft.SourceLink.Common": "1.1.1"
161-
}
162-
}
163-
}
164-
}
1+
{
2+
"version": 2,
3+
"dependencies": {
4+
"net8.0": {
5+
"coverlet.collector": {
6+
"type": "Direct",
7+
"requested": "[3.2.0, )",
8+
"resolved": "3.2.0",
9+
"contentHash": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg=="
10+
},
11+
"FluentAssertions": {
12+
"type": "Direct",
13+
"requested": "[6.8.0, )",
14+
"resolved": "6.8.0",
15+
"contentHash": "NfSlAG97wMxS48Ov+wQEhJITdn4bKrgtKrG4sCPrFBVKozpC57lQ2vzsPdxUOsPbfEgEQTMtvCDECxIlDBfgNA==",
16+
"dependencies": {
17+
"System.Configuration.ConfigurationManager": "4.4.0"
18+
}
19+
},
20+
"Microsoft.NET.Test.Sdk": {
21+
"type": "Direct",
22+
"requested": "[17.4.0, )",
23+
"resolved": "17.4.0",
24+
"contentHash": "VtNZQ83ntG2aEUjy1gq6B4HNdn96se6FmdY/03At8WiqDReGrApm6OB2fNiSHz9D6IIEtWtNZ2FSH0RJDVXl/w==",
25+
"dependencies": {
26+
"Microsoft.CodeCoverage": "17.4.0",
27+
"Microsoft.TestPlatform.TestHost": "17.4.0"
28+
}
29+
},
30+
"NUnit": {
31+
"type": "Direct",
32+
"requested": "[3.13.3, )",
33+
"resolved": "3.13.3",
34+
"contentHash": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==",
35+
"dependencies": {
36+
"NETStandard.Library": "2.0.0"
37+
}
38+
},
39+
"NUnit.Analyzers": {
40+
"type": "Direct",
41+
"requested": "[3.5.0, )",
42+
"resolved": "3.5.0",
43+
"contentHash": "uvYCAqtZrY9RZc1ErVREvcYr828uy4RmTZYfMPN5FrahvJp/b2+QEgsJISzU3cbxLc9IBBlEOBa9d4t6ejFM2Q=="
44+
},
45+
"NUnit3TestAdapter": {
46+
"type": "Direct",
47+
"requested": "[4.3.0, )",
48+
"resolved": "4.3.0",
49+
"contentHash": "oXlDbkGW01VPPgI8P/XQ+PZHqaJoWtV90WuAkR0yN8HC3hiPivy2AaBZP3lqOql4RFqdxvF5qYSuaeWI+7/wGg=="
50+
},
51+
"Microsoft.Build.Tasks.Git": {
52+
"type": "Transitive",
53+
"resolved": "1.1.1",
54+
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
55+
},
56+
"Microsoft.CodeCoverage": {
57+
"type": "Transitive",
58+
"resolved": "17.4.0",
59+
"contentHash": "2oZbSVTC2nAvQ2DnbXLlXS+c25ZyZdWeNd+znWwAxwGaPh9dwQ5NBsYyqQB7sKmJKIUdkKGmN3rzFzjVC81Dtg=="
60+
},
61+
"Microsoft.NETCore.Platforms": {
62+
"type": "Transitive",
63+
"resolved": "1.1.0",
64+
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
65+
},
66+
"Microsoft.SourceLink.Common": {
67+
"type": "Transitive",
68+
"resolved": "1.1.1",
69+
"contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg=="
70+
},
71+
"Microsoft.TestPlatform.ObjectModel": {
72+
"type": "Transitive",
73+
"resolved": "17.4.0",
74+
"contentHash": "oWe7A0wrZhxagTOcaxJ9r0NXTbgkiBQQuCpCXxnP06NsGV/qOoaY2oaangAJbOUrwEx0eka1do400NwNCjfytw==",
75+
"dependencies": {
76+
"NuGet.Frameworks": "5.11.0",
77+
"System.Reflection.Metadata": "1.6.0"
78+
}
79+
},
80+
"Microsoft.TestPlatform.TestHost": {
81+
"type": "Transitive",
82+
"resolved": "17.4.0",
83+
"contentHash": "sUx48fu9wgQF1JxzXeSVtzb7KoKpJrdtIzsFamxET3ZYOKXj+Ej13HWZ0U2nuMVZtZVHBmE+KS3Vv5cIdTlycQ==",
84+
"dependencies": {
85+
"Microsoft.TestPlatform.ObjectModel": "17.4.0",
86+
"Newtonsoft.Json": "13.0.1"
87+
}
88+
},
89+
"NETStandard.Library": {
90+
"type": "Transitive",
91+
"resolved": "2.0.0",
92+
"contentHash": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
93+
"dependencies": {
94+
"Microsoft.NETCore.Platforms": "1.1.0"
95+
}
96+
},
97+
"Newtonsoft.Json": {
98+
"type": "Transitive",
99+
"resolved": "13.0.1",
100+
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
101+
},
102+
"NuGet.Frameworks": {
103+
"type": "Transitive",
104+
"resolved": "5.11.0",
105+
"contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q=="
106+
},
107+
"System.Configuration.ConfigurationManager": {
108+
"type": "Transitive",
109+
"resolved": "4.4.0",
110+
"contentHash": "gWwQv/Ug1qWJmHCmN17nAbxJYmQBM/E94QxKLksvUiiKB1Ld3Sc/eK1lgmbSjDFxkQhVuayI/cGFZhpBSodLrg==",
111+
"dependencies": {
112+
"System.Security.Cryptography.ProtectedData": "4.4.0"
113+
}
114+
},
115+
"System.Reflection.Metadata": {
116+
"type": "Transitive",
117+
"resolved": "1.6.0",
118+
"contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ=="
119+
},
120+
"System.Security.Cryptography.ProtectedData": {
121+
"type": "Transitive",
122+
"resolved": "4.4.0",
123+
"contentHash": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog=="
124+
},
125+
"enigmatry.entry.codegeneration.configuration": {
126+
"type": "Project",
127+
"dependencies": {
128+
"Enigmatry.Entry.CodeGeneration.Validation": "[1.0.0, )",
129+
"Humanizer.Core": "[2.14.1, )",
130+
"JetBrains.Annotations": "[2022.3.1, )",
131+
"Microsoft.SourceLink.GitHub": "[1.1.1, )"
132+
}
133+
},
134+
"enigmatry.entry.codegeneration.validation": {
135+
"type": "Project",
136+
"dependencies": {
137+
"Humanizer.Core": "[2.14.1, )",
138+
"Microsoft.SourceLink.GitHub": "[1.1.1, )"
139+
}
140+
},
141+
"Humanizer.Core": {
142+
"type": "CentralTransitive",
143+
"requested": "[2.14.1, )",
144+
"resolved": "2.14.1",
145+
"contentHash": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw=="
146+
},
147+
"JetBrains.Annotations": {
148+
"type": "CentralTransitive",
149+
"requested": "[2022.3.1, )",
150+
"resolved": "2022.3.1",
151+
"contentHash": "11nsS3+lFICGkztVs9PP2NRItxf9fF+qD6xEW/T0YGto52zj07wseUeBdMAU1ah9HNVTDZyRC1u4NWdtJScwhw=="
152+
},
153+
"Microsoft.SourceLink.GitHub": {
154+
"type": "CentralTransitive",
155+
"requested": "[1.1.1, )",
156+
"resolved": "1.1.1",
157+
"contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==",
158+
"dependencies": {
159+
"Microsoft.Build.Tasks.Git": "1.1.1",
160+
"Microsoft.SourceLink.Common": "1.1.1"
161+
}
162+
}
163+
}
164+
}
165165
}

Enigmatry.Entry.CodeGeneration.Configuration/Enigmatry.Entry.CodeGeneration.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<PackageId>Enigmatry.Entry.CodeGeneration.Configuration</PackageId>
77
<Product>Enigmatry.Entry.CodeGeneration.Configuration</Product>

0 commit comments

Comments
 (0)