2019-03-02 12:15:28 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
2017-12-08 15:02:54 -05:00
|
|
|
|
<PropertyGroup>
|
2020-06-29 10:17:09 -04:00
|
|
|
|
<Version>1.35.1</Version>
|
2020-01-10 08:33:13 -05:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2017-12-08 15:02:54 -05:00
|
|
|
|
<RootNamespace>Bit.EventsProcessor</RootNamespace>
|
2019-03-02 12:15:28 -05:00
|
|
|
|
<UserSecretsId>bitwarden-EventsProcessor</UserSecretsId>
|
2017-12-08 15:02:54 -05:00
|
|
|
|
</PropertyGroup>
|
2019-03-02 12:15:28 -05:00
|
|
|
|
|
2017-12-08 15:02:54 -05:00
|
|
|
|
<ItemGroup>
|
2017-12-15 16:18:06 -05:00
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
2017-12-08 15:02:54 -05:00
|
|
|
|
</ItemGroup>
|
2019-03-02 12:15:28 -05:00
|
|
|
|
|
|
|
|
|
|
</Project>
|