File tree Expand file tree Collapse file tree 4 files changed +28
-15
lines changed
test/ServiceFabric.Mocks.NetCoreTests Expand file tree Collapse file tree 4 files changed +28
-15
lines changed Original file line number Diff line number Diff line change 3636 - name : Install .NET Core
3737 uses : actions/setup-dotnet@v4
3838 with :
39- dotnet-version : 6 .0.x
39+ dotnet-version : 8 .0.x
4040
4141 # Install SF SDK
4242 - name : Install SF
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
3+ <Project >
4+ <PropertyGroup >
5+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
6+ </PropertyGroup >
7+
8+ <!-- ServiceFabric.Mocks.csproj -->
9+ <ItemGroup >
10+ <PackageVersion Include =" Microsoft.ServiceFabric.Actors" Version =" 7.1.2493" />
11+ </ItemGroup >
12+
13+ <!-- ServiceFabric.Mocks.NetCoreTests.csproj -->
14+ <ItemGroup >
15+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
16+ <PackageVersion Include =" MSTest.TestAdapter" Version =" 3.6.1" />
17+ <PackageVersion Include =" MSTest.TestFramework" Version =" 3.6.1" />
18+ </ItemGroup >
19+
20+ </Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >ServiceFabric.Mocks contains many mocks and helper classes to facilitate and simplify unit testing of your Service Fabric Actor and Service projects.</Description >
5- <Copyright >2022 </Copyright >
5+ <Copyright >2024 </Copyright >
66 <AssemblyTitle >ServiceFabric.Mocks</AssemblyTitle >
77 <Version >7.1.0</Version >
88 <Authors >Loek Duys</Authors >
3838 </ItemGroup >
3939
4040 <ItemGroup >
41- <PackageReference Include =" Microsoft.ServiceFabric.Actors" Version = " 7.1.2493 " />
41+ <PackageReference Include =" Microsoft.ServiceFabric.Actors" />
4242 </ItemGroup >
4343
4444</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >ServiceFabric.Mocks contains Mock classes to enable unit testing of Actors and Services</Description >
5- <Copyright >2022 </Copyright >
5+ <Copyright >2024 </Copyright >
66 <AssemblyTitle >ServiceFabric.Mocks.NetCoreTests</AssemblyTitle >
77 <VersionPrefix >1.0.0</VersionPrefix >
88 <Authors >Loek Duys</Authors >
2525 <OutputTypeEx >Exe</OutputTypeEx >
2626 <StartupObject />
2727 <OutputType >Library</OutputType >
28- </PropertyGroup >
29-
30- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
31- <PlatformTarget >x64</PlatformTarget >
32- </PropertyGroup >
33-
34- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
3528 <PlatformTarget >x64</PlatformTarget >
3629 </PropertyGroup >
3730
3831 <ItemGroup >
39- <PackageReference Include =" Microsoft.ServiceFabric.Actors" Version = " 7.1.2493 " />
40- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.11.1 " />
41- <PackageReference Include =" MSTest.TestAdapter" Version = " 3.6.1 " />
42- <PackageReference Include =" MSTest.TestFramework" Version = " 3.6.1 " />
32+ <PackageReference Include =" Microsoft.ServiceFabric.Actors" />
33+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
34+ <PackageReference Include =" MSTest.TestAdapter" />
35+ <PackageReference Include =" MSTest.TestFramework" />
4336 </ItemGroup >
4437
4538 <ItemGroup >
You can’t perform that action at this time.
0 commit comments