File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 9.0.100" ,
4+ "rollForward" : " latestFeature"
5+ }
6+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net10 .0-windows10.0.22621.0</TargetFramework >
4+ <TargetFramework >net9 .0-windows10.0.22621.0</TargetFramework >
55 <Platforms >x64;ARM64</Platforms >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net10 .0-windows10.0.22621.0</TargetFramework >
5+ <TargetFramework >net9 .0-windows10.0.22621.0</TargetFramework >
66 <Platforms >x64;ARM64</Platforms >
77 <RootNamespace >ChatSample.App</RootNamespace >
88 <AssemblyName >ChatSample</AssemblyName >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net10 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <RootNamespace >ChatSample.Chat.Model</RootNamespace >
66 <AssemblyName >ChatSample.Chat.Model</AssemblyName >
77 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net10 .0-windows10.0.22621.0</TargetFramework >
4+ <TargetFramework >net9 .0-windows10.0.22621.0</TargetFramework >
55 <Platforms >x64;ARM64</Platforms >
66 <RootNamespace >ChatSample.Chat.UI</RootNamespace >
77 <AssemblyName >ChatSample.Chat.UI</AssemblyName >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >net10 .0-windows10.0.22621.0</TargetFramework >
5+ <TargetFramework >net9 .0-windows10.0.22621.0</TargetFramework >
66 <Platforms >x64;ARM64</Platforms >
77 <RootNamespace >DemoScriptTool.App</RootNamespace >
88 <AssemblyName >DemoScriptTool</AssemblyName >
You can’t perform that action at this time.
0 commit comments