File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ re-renders automatically. No XAML. No data binding. No ViewModels.
3535<Project Sdk =" Microsoft.NET.Sdk" >
3636 <PropertyGroup >
3737 <OutputType >WinExe</OutputType >
38- <TargetFramework >net10 .0-windows10.0.22621.0</TargetFramework >
38+ <TargetFramework >net9 .0-windows10.0.22621.0</TargetFramework >
3939 <Platforms >x64;ARM64</Platforms >
4040 <ImplicitUsings >enable</ImplicitUsings >
4141 <Nullable >enable</Nullable >
@@ -44,7 +44,7 @@ re-renders automatically. No XAML. No data binding. No ViewModels.
4444 </PropertyGroup >
4545 <ItemGroup >
4646 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 2.0.1" />
47- <ProjectReference Include =" ..\Reactor\Reactor.csproj" />
47+ <ProjectReference Include =" ..\src\ Reactor\Reactor.csproj" />
4848 </ItemGroup >
4949</Project >
5050```
You can’t perform that action at this time.
0 commit comments