File tree 4 files changed +11
-11
lines changed
CodeOfChaos.Testing.TUnit
Tests.CodeOfChaos.Testing
Tests.CodeOfChaos.Testing.TUnit
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<!-- Main package name -->
10
10
<PackageId >CodeOfChaos.Testing.TUnit</PackageId >
11
- <Version >0.8.0 </Version >
11
+ <Version >0.8.1 </Version >
12
12
<Authors >Anna Sas</Authors >
13
13
<Description >A small library housing extensions to the TUnit framework</Description >
14
14
<PackageProjectUrl >https://github.com/code-of-chaos/cs_code-of_chaos-testing</PackageProjectUrl >
30
30
31
31
<ItemGroup >
32
32
<PackageReference Include =" JetBrains.Annotations" Version =" 2024.3.0" />
33
- <PackageReference Include =" TUnit.Assertions" Version =" 0.14.6 " />
34
- <PackageReference Include =" TUnit.Core" Version =" 0.14.6 " />
33
+ <PackageReference Include =" TUnit.Assertions" Version =" 0.14.10 " />
34
+ <PackageReference Include =" TUnit.Core" Version =" 0.14.10 " />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
8
8
<!-- Main package name -->
9
9
<PackageId >CodeOfChaos.Testing</PackageId >
10
- <Version >0.8.0 </Version >
10
+ <Version >0.8.1 </Version >
11
11
<Authors >Anna Sas</Authors >
12
12
<Description >A small library housing some common frameworks used for testing CodeOfChaos stuff</Description >
13
13
<PackageProjectUrl >https://github.com/code-of-chaos/cs_code-of_chaos-testing</PackageProjectUrl >
29
29
30
30
<ItemGroup >
31
31
<PackageReference Include =" JetBrains.Annotations" Version =" 2024.3.0" />
32
- <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.12 .0" />
33
- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.12 .0" />
34
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12 .0" />
35
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.12 .0" />
36
- <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 4.12 .0" />
32
+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 4.13 .0" />
33
+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.13 .0" />
34
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13 .0" />
35
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.13 .0" />
36
+ <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 4.13 .0" />
37
37
</ItemGroup >
38
38
39
39
</Project >
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" JetBrains.Annotations" Version =" 2024.3.0" />
15
15
<PackageReference Include =" Moq" Version =" 4.20.72" />
16
- <PackageReference Include =" TUnit" Version =" 0.14.6 " />
16
+ <PackageReference Include =" TUnit" Version =" 0.14.10 " />
17
17
<PackageReference Include =" Bogus" Version =" 35.6.2" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" TUnit" Version =" 0.14.6 " />
10
+ <PackageReference Include =" TUnit" Version =" 0.14.10 " />
11
11
</ItemGroup >
12
12
13
13
</Project >
You can’t perform that action at this time.
0 commit comments