Skip to content

Commit 30c86da

Browse files
Updated Microsoft.* NuGet packages to latest stable.
1 parent d114290 commit 30c86da

6 files changed

Lines changed: 37 additions & 36 deletions

File tree

src/Antithesis.SDK.SourceGenerators/Antithesis.SDK.SourceGenerators.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<NoWarn>NU5128</NoWarn>
2121

2222
<!-- RS1036 : A project containing analyzers or source generators should specify this property -->
23-
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
23+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
2424

2525
<!-- SourceLink: https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/ -->
2626
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -50,7 +50,7 @@
5050
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" PrivateAssets="all" />
5151

5252
<!-- This is for analyzing our analyzer. -->
53-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
53+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.202">
5454
<PrivateAssets>all</PrivateAssets>
5555
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
5656
</PackageReference>

src/Antithesis.SDK.SourceGenerators/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"Microsoft.CodeAnalysis.NetAnalyzers": {
1515
"type": "Direct",
16-
"requested": "[9.0.0, )",
17-
"resolved": "9.0.0",
18-
"contentHash": "JajbvkrBgtdRghavIjcJuNHMOja4lqBmEezbhZyqWPYh2cpLhT5mPpfC7NQVDO4IehWQum9t/nwF4v+qQGtYWg=="
16+
"requested": "[10.0.202, )",
17+
"resolved": "10.0.202",
18+
"contentHash": "ZC4WsiOnzyUHIZ3uGN4popaYPh2NgYcXZ/CpMpAb3mVF/HvBGlBtlredzZMKgcHqlm+ygqJh6qfhUSc/OJ0hWQ=="
1919
},
2020
"Nerdbank.GitVersioning": {
2121
"type": "Direct",

src/Antithesis.SDK/Antithesis.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</ItemGroup>
5555

5656
<ItemGroup>
57-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
57+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.202">
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6060
</PackageReference>

src/Antithesis.SDK/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net6.0": {
55
"Microsoft.CodeAnalysis.NetAnalyzers": {
66
"type": "Direct",
7-
"requested": "[9.0.0, )",
8-
"resolved": "9.0.0",
9-
"contentHash": "JajbvkrBgtdRghavIjcJuNHMOja4lqBmEezbhZyqWPYh2cpLhT5mPpfC7NQVDO4IehWQum9t/nwF4v+qQGtYWg=="
7+
"requested": "[10.0.202, )",
8+
"resolved": "10.0.202",
9+
"contentHash": "ZC4WsiOnzyUHIZ3uGN4popaYPh2NgYcXZ/CpMpAb3mVF/HvBGlBtlredzZMKgcHqlm+ygqJh6qfhUSc/OJ0hWQ=="
1010
},
1111
"Nerdbank.GitVersioning": {
1212
"type": "Direct",

tests/Antithesis.SDK.Tests/Antithesis.SDK.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
<ItemGroup>
2626
<!-- Antithesis.SDK.SourceGenerators references Version 4.0.1 in order to support .NET 6+ SDK. -->
27-
<!-- We reference 4.8.0 here so that our tests can use C# 12 syntax (released alongside .NET 8). -->
27+
<!-- We reference the latest here so that our tests can use the latest C# syntax. -->
2828
<!-- By adjusting this PackageReference's Version, we can test against different C# language versions, -->
2929
<!-- including those "higher" than the C# language version that released with our TargetFramework. -->
30-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
31-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
30+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.3.0" />
31+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
3232
<PackageReference Include="Verify" Version="28.16.0" />
3333
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
3434
<PackageReference Include="Verify.Xunit" Version="28.16.0" />

tests/Antithesis.SDK.Tests/packages.lock.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44
"net10.0": {
55
"Microsoft.CodeAnalysis.CSharp": {
66
"type": "Direct",
7-
"requested": "[4.8.0, )",
8-
"resolved": "4.8.0",
9-
"contentHash": "+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==",
7+
"requested": "[5.3.0, )",
8+
"resolved": "5.3.0",
9+
"contentHash": "SQFNGQF4f7UfDXKxMzzGNMr3fjrPDIjLfmRvvVgDCw+dyvEHDaRfHuKA5q0Pr0/JW0Gcw89TxrxrS/MjwBvluQ==",
1010
"dependencies": {
11-
"Microsoft.CodeAnalysis.Common": "[4.8.0]"
11+
"Microsoft.CodeAnalysis.Analyzers": "5.3.0-2.25625.1",
12+
"Microsoft.CodeAnalysis.Common": "[5.3.0]"
1213
}
1314
},
1415
"Microsoft.NET.Test.Sdk": {
1516
"type": "Direct",
16-
"requested": "[17.13.0, )",
17-
"resolved": "17.13.0",
18-
"contentHash": "W19wCPizaIC9Zh47w8wWI/yxuqR7/dtABwOrc8r2jX/8mUNxM2vw4fXDh+DJTeogxV+KzKwg5jNNGQVwf3LXyA==",
17+
"requested": "[18.4.0, )",
18+
"resolved": "18.4.0",
19+
"contentHash": "w49iZdL4HL6V25l41NVQLXWQ+e71GvSkKVteMrOL02gP/PUkcnO/1yEb2s9FntU4wGmJWfKnyrRAhcMHd9ZZNA==",
1920
"dependencies": {
20-
"Microsoft.CodeCoverage": "17.13.0",
21-
"Microsoft.TestPlatform.TestHost": "17.13.0"
21+
"Microsoft.CodeCoverage": "18.4.0",
22+
"Microsoft.TestPlatform.TestHost": "18.4.0"
2223
}
2324
},
2425
"Verify": {
@@ -95,40 +96,40 @@
9596
},
9697
"Microsoft.CodeAnalysis.Analyzers": {
9798
"type": "Transitive",
98-
"resolved": "3.3.4",
99-
"contentHash": "AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g=="
99+
"resolved": "5.3.0-2.25625.1",
100+
"contentHash": "4Yhh2fnu3G+J0J1lDc8WZVgMjgbynSeTfkl5IFJMFrmiIO0sc7Tjx+f3sFVV8Sd35PrIUWfof0RWc3lAMl7Azg=="
100101
},
101102
"Microsoft.CodeAnalysis.Common": {
102103
"type": "Transitive",
103-
"resolved": "4.8.0",
104-
"contentHash": "/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
104+
"resolved": "5.3.0",
105+
"contentHash": "uC0qk3jzTQY7i90ehfnCqaOZpBUGJyPMiHJ3c0jOb8yaPBjWzIhVdNxPbeVzI74DB0C+YgBKPLqUkgFZzua5Mg==",
105106
"dependencies": {
106-
"Microsoft.CodeAnalysis.Analyzers": "3.3.4"
107+
"Microsoft.CodeAnalysis.Analyzers": "5.3.0-2.25625.1"
107108
}
108109
},
109110
"Microsoft.CodeCoverage": {
110111
"type": "Transitive",
111-
"resolved": "17.13.0",
112-
"contentHash": "9LIUy0y+DvUmEPtbRDw6Bay3rzwqFV8P4efTrK4CZhQle3M/QwLPjISghfcolmEGAPWxuJi6m98ZEfk4VR4Lfg=="
112+
"resolved": "18.4.0",
113+
"contentHash": "9O0BtCfzCWrkAmK187ugKdq72HHOXoOUjuWFDVc2LsZZ0pOnA9bTt+Sg9q4cF+MoAaUU+MuWtvBuFsnduviJow=="
113114
},
114115
"Microsoft.TestPlatform.ObjectModel": {
115116
"type": "Transitive",
116-
"resolved": "17.13.0",
117-
"contentHash": "bt0E0Dx+iqW97o4A59RCmUmz/5NarJ7LRL+jXbSHod72ibL5XdNm1Ke+UO5tFhBG4VwHLcSjqq9BUSblGNWamw=="
117+
"resolved": "18.4.0",
118+
"contentHash": "4L6m2kS2pY5uJ9cpeRxzW22opr6ttScIRqsOpMDQpgENp/ZwxkkQCcmc6LRSURo2dFaaSW5KVflQZvroiJ7Wzg=="
118119
},
119120
"Microsoft.TestPlatform.TestHost": {
120121
"type": "Transitive",
121-
"resolved": "17.13.0",
122-
"contentHash": "9GGw08Dc3AXspjekdyTdZ/wYWFlxbgcF0s7BKxzVX+hzAwpifDOdxM+ceVaaJSQOwqt3jtuNlHn3XTpKUS9x9Q==",
122+
"resolved": "18.4.0",
123+
"contentHash": "gZsCHI+zOmZCcKZieIL4Jg14qKD2OGZOmX5DehuIk1EA9BN6Crm0+taXQNEuajOH1G9CCyBxw8VWR4t5tumcng==",
123124
"dependencies": {
124-
"Microsoft.TestPlatform.ObjectModel": "17.13.0",
125-
"Newtonsoft.Json": "13.0.1"
125+
"Microsoft.TestPlatform.ObjectModel": "18.4.0",
126+
"Newtonsoft.Json": "13.0.3"
126127
}
127128
},
128129
"Newtonsoft.Json": {
129130
"type": "Transitive",
130-
"resolved": "13.0.1",
131-
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
131+
"resolved": "13.0.3",
132+
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
132133
},
133134
"SimpleInfoName": {
134135
"type": "Transitive",

0 commit comments

Comments
 (0)