File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/EventSourcingOnAzureFunctions.Common Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ This namespace contains a set of events and projections useful in implementing t
5
5
backed by event sourcing.
6
6
7
7
Each query instance has its own event stream to which events are written and over which projections may be run in
8
- order to get the state of that command as at any given point in time.
8
+ order to get the state of that query as at any given point in time.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
+ <TargetFramework >netcoreapp3.1</TargetFramework >
4
5
<PackageId >EventSourcingOnAzureFunctions.Common</PackageId >
5
6
<PackageVersion >1.1</PackageVersion >
6
- <TargetFramework >netcoreapp3.1</TargetFramework >
7
7
<LangVersion >7.1</LangVersion >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<Authors >Duncan Jones</Authors >
36
36
<PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 5.0.0" />
37
37
<PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 5.0.0" />
38
38
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
39
- <PackageReference Include =" NuGet.Build.Tasks.Pack" Version =" 5.9.0-preview.2" >
40
- <PrivateAssets >all</PrivateAssets >
41
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42
- </PackageReference >
39
+ <PackageReference Include =" NuGet.Build.Tasks.Pack" Version =" 5.9.0-preview.2" />
43
40
</ItemGroup >
44
41
45
42
<ItemGroup >
You can’t perform that action at this time.
0 commit comments