-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathExampleRazorLibrary.csproj
More file actions
20 lines (19 loc) · 852 Bytes
/
ExampleRazorLibrary.csproj
File metadata and controls
20 lines (19 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Copyright>Copyright © 2022</Copyright>
<RazorGeneratorNamespace>ASP</RazorGeneratorNamespace>
<MicrosoftAspNetMvc_Version>5.2.9</MicrosoftAspNetMvc_Version>
<GeneratedBindingRedirectsAction>Overwrite</GeneratedBindingRedirectsAction>
</PropertyGroup>
<ItemGroup>
<RazorSrcFiles Include="Views\**\*.cshtml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Antlr" Version="3.5.0.2" />
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" />
<PackageReference Include="WebGrease" Version="1.6.0" />
</ItemGroup>
</Project>