This repository was archived by the owner on Apr 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +75
-117
lines changed
Expand file tree Collapse file tree 9 files changed +75
-117
lines changed Original file line number Diff line number Diff line change @@ -250,3 +250,6 @@ paket-files/
250250# JetBrains Rider
251251.idea /
252252* .sln.iml
253+
254+ # Documents
255+ dox /output
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <AssemblyName >Uno</AssemblyName >
5+ <VersionPrefix >1.0.0</VersionPrefix >
6+ <OutputType >Exe</OutputType >
7+ <TargetFramework >netcoreapp2.0</TargetFramework >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.*" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.*" />
13+ </ItemGroup >
14+
15+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <AssemblyName >Dos</AssemblyName >
5+ <VersionPrefix >1.0.0</VersionPrefix >
6+ <OutputType >Exe</OutputType >
7+ <TargetFramework >netcoreapp2.0</TargetFramework >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.*" />
12+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.*" />
13+ <PackageReference Include =" Nancy" Version =" 2.0.0-*" IncludePrerelease =" true" />
14+ </ItemGroup >
15+
16+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <AssemblyName >Tres</AssemblyName >
5+ <VersionPrefix >1.0.0</VersionPrefix >
6+ <OutputType >Exe</OutputType >
7+ <TargetFramework >netcoreapp2.0</TargetFramework >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <Compile Include =" HomeModule.fs" />
12+ <Compile Include =" App.fs" />
13+ </ItemGroup >
14+
15+ <ItemGroup >
16+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.*" />
17+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.*" />
18+ <PackageReference Include =" Nancy" Version =" 2.0.0-*" IncludePrerelease =" true" />
19+ </ItemGroup >
20+
21+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <AssemblyName >Quatro</AssemblyName >
5+ <VersionPrefix >1.0.0</VersionPrefix >
6+ <OutputType >Exe</OutputType >
7+ <TargetFramework >netcoreapp2.0</TargetFramework >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <Compile Include =" App.fs" />
12+ </ItemGroup >
13+
14+ <ItemGroup >
15+ <PackageReference Include =" Freya" Version =" 4.0.0-alpha-*" IncludePrerelease =" true" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Owin" Version =" 2.*" />
17+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.*" />
18+ </ItemGroup >
19+
20+ </Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments