File tree Expand file tree Collapse file tree
obs-websocket-dotnet-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net9.0-windows7.0 </TargetFramework >
66 <AssemblyName >TestClient</AssemblyName >
77 <RootNamespace >TestClient</RootNamespace >
88 <LangVersion >8</LangVersion >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net9.0 </TargetFramework >
55 <AssemblyName >obs-websocket-dotnet-tests</AssemblyName >
66 <RootNamespace >OBSWebsocketDotNet.Tests</RootNamespace >
77 <Copyright >Copyright © Stéphane Lepin, BarRaider 2021</Copyright >
88 <LangVersion >8</LangVersion >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.1 " />
13- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10 " />
14- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10 " />
15- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1 " />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
13+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.8.3 " />
14+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.8.3 " />
15+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3 " />
1616 <PackageReference Include =" WebSocketSharp-netstandard" Version =" 1.0.1" />
1717 </ItemGroup >
1818
You can’t perform that action at this time.
0 commit comments