File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2929 <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.6.241114003" />
3030 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
3131 <PackageReference Include =" System.CommandLine.NamingConventionBinder" Version =" 2.0.0-beta4.22272.1" />
32+ <PackageReference Include =" Riverside.Runtime" Version =" 3.0.0" />
3233 </ItemGroup >
3334
3435 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netstandard2.0</ TargetFramework >
3+ <TargetFrameworks >netstandard2.0;net8.0-windows10.0.19041.0</ TargetFrameworks >
44 <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
55
66 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
2626 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.11.0" />
2727 </ItemGroup >
2828
29+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0-windows10.0.19041.0'" >
30+ <PackageReference Include =" Riverside.Runtime.Modern" Version =" 1.0.0" />
31+ </ItemGroup >
32+
2933 <ItemGroup >
3034 <Content Include =" Assets\PackageLogo.png" >
3135 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
You can’t perform that action at this time.
0 commit comments