Skip to content

Commit a1c3b7b

Browse files
docs(skill): fix TFM and project path in SKILL.md
Align with scaffolder: net9.0 (not net10.0) and ..\src\Reactor\Reactor.csproj (not ..\Reactor\). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b2c0768 commit a1c3b7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)