2 Star 0 Fork 0

mirrors_jbogard/website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Generator.csproj 899 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dave Glick 提交于 2020-10-04 20:55 . Adds recent blog posts to speaker page
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>DotnetFoundationWeb</AssemblyName>
<RootNamespace>DotnetFoundationWeb</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.23" />
<PackageReference Include="Microsoft.SyndicationFeed.ReaderWriter" Version="1.0.2" />
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.7" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="input\assets\corporate-sponsors\" />
</ItemGroup>
<!--
<ItemGroup>
<ProjectReference Include="..\..\..\statiqdev\Statiq.Web\src\Statiq.Web\Statiq.Web.csproj" />
</ItemGroup>
-->
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jbogard/website.git
git@gitee.com:mirrors_jbogard/website.git
mirrors_jbogard
website
website
master

搜索帮助