2019-11-05 11:31:29 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="LightInject" Version="6.2.0" />
|
|
|
|
|
|
<PackageReference Include="LightInject.Annotation" Version="1.1.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" />
|
2019-12-11 08:13:51 +01:00
|
|
|
|
<PackageReference Include="MiniProfiler.Shared" Version="4.1.0" />
|
2019-12-09 08:40:49 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
2019-11-05 11:31:29 +01:00
|
|
|
|
<PackageReference Include="NPoco" Version="4.0.2" />
|
|
|
|
|
|
<PackageReference Include="Serilog" Version="2.9.0" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Enrichers.Process" Version="2.0.1" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Filters.Expressions" Version="2.0.0" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Formatting.Compact.Reader" Version="1.0.3" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
|
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Map" Version="1.0.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2019-11-05 17:02:19 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<_UnmanagedRegistrationCache Remove="obj\Umbraco.Infrastructure.csproj.UnmanagedRegistration.cache" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2019-12-09 08:40:49 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="obj\**" />
|
2019-12-11 08:13:51 +01:00
|
|
|
|
<Compile Remove="Scoping\ScopeReference.cs" />
|
|
|
|
|
|
<Compile Remove="Scoping\ScopeProvider.cs" />
|
|
|
|
|
|
<Compile Remove="Scoping\ScopeContext.cs" />
|
|
|
|
|
|
<Compile Remove="Scoping\RepositoryCacheMode.cs" />
|
|
|
|
|
|
<Compile Remove="Scoping\IScopeProvider.cs" />
|
|
|
|
|
|
<Compile Remove="Scoping\IScope.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\UmbracoDatabase.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\SqlTemplates.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\SqlSyntaxExtensions.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\SqlSyntax\SqlServerSyntaxProvider.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\SqlSyntax\MicrosoftSqlSyntaxProviderBase.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\SqlSyntax\ISqlSyntaxProvider.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\RecordPersistenceType.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\Querying\TextColumnType.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\Querying\PocoToSqlExpressionVisitor.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\Querying\ModelToSqlExpressionVisitor.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\PocoDataDataReader.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\NPocoSqlExtensions.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\NPocoDatabaseTypeExtensions.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\NPocoDatabaseExtensions.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\Mappers\MapperForAttribute.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\Mappers\MapperCollection.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\Mappers\IMapperCollection.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\IUmbracoDatabase.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\ISqlContext.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\ThrottlingCondition.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\SqlAzureTransientErrorDetectionStrategy.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\RetryStrategy.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\RetryPolicyFactory.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\RetryLimitExceededException.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\RetryDbConnection.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\NetworkConnectivityErrorDetectionStrategy.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\Incremental.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\FaultHandling\FixedInterval.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\TableDefinition.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\SystemMethods.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\InsertionDataDefinition.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\IndexColumnDefinition.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\ForeignKeyDefinition.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\DbIndexDefinition.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseModelDefinitions\ConstraintType.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseAnnotations\ReferencesAttribute.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseAnnotations\NullSettingAttribute.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseAnnotations\LengthAttribute.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\DatabaseAnnotations\IndexTypes.cs" />
|
|
|
|
|
|
<Compile Remove="Persistence\BulkDataReader.cs" />
|
2019-12-09 08:40:49 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Remove="obj\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="obj\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Abstractions\Umbraco.Abstractions.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2019-12-09 09:00:00 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
|
<_Parameter1>Umbraco.Core</_Parameter1>
|
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
|
<_Parameter1>Umbraco.Tests</_Parameter1>
|
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
|
<_Parameter1>Umbraco.Tests.Benchmarks</_Parameter1>
|
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2019-12-10 08:37:19 +01:00
|
|
|
|
<ItemGroup>
|
2019-12-11 08:13:51 +01:00
|
|
|
|
<Folder Include="Events" />
|
2019-12-10 08:37:19 +01:00
|
|
|
|
<Folder Include="Models\Identity" />
|
2019-12-11 08:13:51 +01:00
|
|
|
|
<Folder Include="Persistence\DatabaseAnnotations" />
|
|
|
|
|
|
<Folder Include="Persistence\DatabaseModelDefinitions" />
|
|
|
|
|
|
<Folder Include="Persistence\FaultHandling" />
|
|
|
|
|
|
<Folder Include="Persistence\Mappers" />
|
|
|
|
|
|
<Folder Include="Persistence\Querying" />
|
2019-12-10 08:37:19 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2019-11-05 11:31:29 +01:00
|
|
|
|
</Project>
|