File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed
Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <!-- Reference the props that would be brought in when consuming the RazorSlices package -->
4- <Import Project =" ..\..\src\RazorSlices\build\RazorSlices.props" />
4+ <Import Project =" ..\..\src\RazorSlices\build\Duende. RazorSlices.props" />
55
66 <PropertyGroup >
77 <TargetFramework >net10.0</TargetFramework >
2222 </ItemGroup >
2323
2424 <!-- Reference the targets that would be brought in when consuming the RazorSlices package -->
25- <Import Project =" ..\..\src\RazorSlices\build\RazorSlices.targets" />
25+ <Import Project =" ..\..\src\RazorSlices\build\Duende. RazorSlices.targets" />
2626
2727</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <!-- Reference the props that would be brought in when consuming the RazorSlices package -->
4- <Import Project =" ..\..\src\RazorSlices\build\RazorSlices.props" />
4+ <Import Project =" ..\..\src\RazorSlices\build\Duende. RazorSlices.props" />
55
66 <PropertyGroup >
77 <TargetFramework >net10.0</TargetFramework >
2222 </ItemGroup >
2323
2424 <!-- Reference the targets that would be brought in when consuming the RazorSlices package -->
25- <Import Project =" ..\..\src\RazorSlices\build\RazorSlices.targets" />
25+ <Import Project =" ..\..\src\RazorSlices\build\Duende. RazorSlices.targets" />
2626
2727</Project >
Original file line number Diff line number Diff line change 1+ using Duende . RazorSlices ;
2+
13namespace RazorSlices . Samples . RazorClassLibrary . Slices ;
24
35public partial class FromLibrary
Original file line number Diff line number Diff line change 1+ using Duende . RazorSlices ;
12using LibrarySlices = RazorSlices . Samples . RazorClassLibrary . Slices ;
23using Microsoft . AspNetCore . Http . HttpResults ;
34using System . Text ;
@@ -105,4 +106,4 @@ public static IEndpointRouteBuilder MapSlices(this IEndpointRouteBuilder endpoin
105106
106107 return endpoints ;
107108 }
108- }
109+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
2-
2+
33 <!-- Reference the props that would be brought in when consuming the RazorSlices package -->
4- <Import Project =" ..\..\src\RazorSlices\build\RazorSlices.props" />
4+ <Import Project =" ..\..\src\RazorSlices\build\Duende. RazorSlices.props" />
55
66 <PropertyGroup >
77 <TargetFramework >net10.0</TargetFramework >
1818 <!-- <PublishSingleFile>true</PublishSingleFile>-->
1919 <EnableRequestDelegateGenerator >true</EnableRequestDelegateGenerator >
2020 </PropertyGroup >
21-
21+
2222 <ItemGroup >
2323 <ProjectReference Include =" ..\..\src\RazorSlices\RazorSlices.csproj" />
2424 <ProjectReference Include =" ..\RazorClassLibrary\RazorClassLibrary.csproj" />
3030 </ItemGroup >
3131
3232 <!-- Reference the targets that would be brought in when consuming the RazorSlices package -->
33- <Import Project =" ..\..\src\RazorSlices\build\RazorSlices.targets" />
33+ <Import Project =" ..\..\src\RazorSlices\build\Duende. RazorSlices.targets" />
3434
3535</Project >
You can’t perform that action at this time.
0 commit comments